Skip to content

Commit

Permalink
fixed dates issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Jul 20, 2023
1 parent ed44596 commit 2a3bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransactionsLineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function CustomizedTickX(props) {
textAnchor="middle"
className="text-dark-700 text-xs -tracking-[0.12px]"
>
{dayjs(payload.value).format("MMM d")}
{dayjs(payload.value).format("MMM D")}
</tspan>
</text>
</g>
Expand Down

0 comments on commit 2a3bbe5

Please sign in to comment.