Skip to content

Commit

Permalink
affiche nb horaires
Browse files Browse the repository at this point in the history
  • Loading branch information
imrashb committed Jan 16, 2024
1 parent 98fc9bb commit b766407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Favoris/Favoris.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Favoris() {
return (
<FavorisWrapper>
<Typography className="title" color="primary" fontWeight={600} variant="h2">{t('favoris').toUpperCase()}</Typography>
<GenerationModifiers />
<GenerationModifiers title={t('horairesGeneres', { count: filteredCombinaisons?.length })} />

{(loading || query?.isFetching) ? (
<Backdrop
Expand Down

0 comments on commit b766407

Please sign in to comment.