Skip to content

Commit

Permalink
fix: removed localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
RanyeM committed Dec 12, 2024
1 parent 62b9002 commit 1f4491f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-app/src/components/Banner/MMDLSpaBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const MMDLAlertBanner = () => {

const handleDismiss = () => {
setIsVisible(false);
localStorage.setItem("mmdlAlertDismissed", "true");
};

if (!isVisible) return null;
Expand Down

0 comments on commit 1f4491f

Please sign in to comment.