Skip to content

Commit

Permalink
Merge pull request #132 from BuidlerDAO/nig-752
Browse files Browse the repository at this point in the history
fix: fix time
  • Loading branch information
zhbyak authored Apr 23, 2024
2 parents 91dcd06 + 65abc0d commit f5e6493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome/Profile/Claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Claim = (props: { price?: number }) => {
borderColor: '#EBEEF0',
}}
>
{dayjs(row.claimedAt).format('YYYY/MM/DD HH:mm')}
{dayjs(row.createdAt).format('YYYY/MM/DD HH:mm')}
</TableCell>
<TableCell
sx={{
Expand Down

0 comments on commit f5e6493

Please sign in to comment.