Skip to content

Commit

Permalink
Merge branch 'shakib-latest' into shakib-dev-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Jul 16, 2024
2 parents 9be2b1d + 52457ac commit 485a989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nxdev/notificationx/frontend/core/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ const Notification = (props) => {
setAnimation(false);
}, 500 )
}
return () => {
handlePauseTimer();
};
// return () => {
// handlePauseTimer();
// };
}, [width]);

const audioRef = useRef(null);
Expand Down

0 comments on commit 485a989

Please sign in to comment.