fix: clean up FilterBar title and improve useJiraFilters dependencies

- Simplified the title prop in `FilterBar` for better readability.
- Updated dependency array in `useJiraFilters` to include `filterAnalyticsLocally`, ensuring proper effect execution.
- Added new line at the end of `test-jira-fields.ts` and `test-story-points.ts` for consistency.
This commit is contained in:
Julien Froidefond
2025-09-26 14:00:41 +02:00
parent 7de060566f
commit 6fccf20581
4 changed files with 5 additions and 12 deletions

View File

@@ -80,3 +80,4 @@ async function testJiraFields() {
// Exécution du script
testJiraFields().catch(console.error);

View File

@@ -106,3 +106,4 @@ async function testStoryPoints() {
// Exécution du script
testStoryPoints().catch(console.error);