Skip to content

Commit

Permalink
feat: log
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Feb 2, 2024
1 parent 6b04d06 commit c266374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/luckyMoney/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function LuckyMoney() {
let timeout: ReturnType<typeof setTimeout>;
if (currentLuckyMoney?.created_at) {
const timeSpan = dayjs(currentLuckyMoney?.created_at).diff(dayjs());
console.log('_________', timeSpan);
console.log('_________', currentLuckyMoney, timeSpan);
if (timeSpan) {
timeout = setTimeout(() => {
// dispatch(
Expand Down

0 comments on commit c266374

Please sign in to comment.