Skip to content

Commit 2a3bbe5

Browse files
fixed dates issue
1 parent ed44596 commit 2a3bbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TransactionsLineChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function CustomizedTickX(props) {
2020
textAnchor="middle"
2121
className="text-dark-700 text-xs -tracking-[0.12px]"
2222
>
23-
{dayjs(payload.value).format("MMM d")}
23+
{dayjs(payload.value).format("MMM D")}
2424
</tspan>
2525
</text>
2626
</g>

0 commit comments

Comments
 (0)