Skip to content

Commit

Permalink
fix: fix day
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 19, 2024
1 parent 01e9b78 commit c4ef828
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ export class AdministratorComponent {
icon: './nft/2.jpg',
title: 'play',
subtitle: 'Robo Hamster',
time: TuiDay.jsonParse(
`${TuiDay.currentLocal().year}-${TuiDay.currentLocal().month}-${TuiDay.currentLocal().day + 1}`,
),
time: TuiDay.currentLocal(),
},
];

Expand Down

0 comments on commit c4ef828

Please sign in to comment.