Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
feat(stats): add year to stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Mar 7, 2019
1 parent f9cc8e7 commit 73a8543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 73a8543

Please sign in to comment.