diff --git a/front/src/features/statistics/features/dynamics/Dynamics.tsx b/front/src/features/statistics/features/dynamics/Dynamics.tsx index 97582e37..c798aeaf 100644 --- a/front/src/features/statistics/features/dynamics/Dynamics.tsx +++ b/front/src/features/statistics/features/dynamics/Dynamics.tsx @@ -13,7 +13,7 @@ interface Props { export const Dynamics = ({ className, group }: Props) => { const period = group === GroupBy.Month - ? format(new Date(), 'MMMM') + ? format(new Date(), 'MMMM YYYY') : format(new Date(), 'YYYY') return (