Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Nov 23, 2023
1 parent 4f699aa commit 687e9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/directory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function DirectoryPage() {
useTitle('Curiexplore - Annuaire');
return (
<Container as="section">
<Filter selectedLetter={selectedLetter} setSelectedLetterHandler={() => setSelectedLetter()} />
<Filter selectedLetter={selectedLetter} setSelectedLetterHandler={setSelectedLetter} />
<AnnuaireBloc selectedLetter={selectedLetter} />
</Container>
);
Expand Down

0 comments on commit 687e9da

Please sign in to comment.