Skip to content

Commit

Permalink
Merge pull request #250 from Outblock/hide-storage-feature-temp
Browse files Browse the repository at this point in the history
fixed: temp hide warning bar
  • Loading branch information
zzggo authored Dec 6, 2024
2 parents e6da66f + ae8588c commit 82fedb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/FRWComponent/WarningStorageLowSnackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const WarningStorageLowSnackbar = ({
return null;
}
return (
<WarningSnackbar open={true} onClose={() => {}} alertIcon={warningIcon} message={message} />
// <WarningSnackbar open={true} onClose={() => {}} alertIcon={warningIcon} message={message} />
<></>
);
};

0 comments on commit 82fedb6

Please sign in to comment.