Skip to content

Commit

Permalink
Disable banner (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Mar 2, 2023
1 parent 0c09992 commit bce75c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Banner = () => {

if((!stored_banner_closed || stored_banner_closed !== 'true') ||
(!store_banner_md5 || store_banner_md5 !== announcement_md5)) {
setShow(true);
//setShow(true);
localStorage.setItem(banner_md5_key,announcement_md5);
localStorage.setItem(banner_closed_key,'false');
}
Expand Down

0 comments on commit bce75c1

Please sign in to comment.