Skip to content

Commit

Permalink
feat: remove close modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Feb 2, 2024
1 parent 3ed2930 commit 6b04d06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/PublicSale/luckyMoney/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ export default function LuckyMoney() {
console.log('_________', timeSpan);
if (timeSpan) {
timeout = setTimeout(() => {
dispatch(
closeModal({
id: 'lucky-money-dialog',
}),
);
// dispatch(
// closeModal({
// id: 'lucky-money-dialog',
// }),
// );
makeInRain();
}, timeSpan);
}
Expand Down

0 comments on commit 6b04d06

Please sign in to comment.