Skip to content

Commit

Permalink
fix(trackerCardHeade): remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clm-Roig committed Mar 16, 2022
1 parent 473192d commit 6ec10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TrackerCard/TrackerCardHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TrackerCardHeader: FC<Props> = ({ beginDate, cardHeaderProps, name, remain
subheader={
<>
<Typography display="block" variant="subtitle2">
Commencé le {formatDate(new Date(beginDate))}`
Commencé le {formatDate(new Date(beginDate))}
</Typography>
{remainingDays && (
<Typography display="block" variant="subtitle2">
Expand Down

0 comments on commit 6ec10a6

Please sign in to comment.