Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Sep 17, 2024
1 parent b631bb3 commit e614bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DeploiementBAL/DeploiementBALDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function DeploiementBALMap({ initialStats, initialFilter, departe
}
const search = current.toString()
const query = search ? `?${search}` : ''
router.replace(`${pathname}${query}`,)
router.replace(`${pathname}${query}`)
setFilter(filter)
}, [setFilter, pathname, searchParams, router])

Expand Down

0 comments on commit e614bdd

Please sign in to comment.