Skip to content

Commit

Permalink
fix: updated storagecontext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Mar 20, 2024
1 parent cc5f16f commit f0311de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-pay-frontend/src/hooks/StorageContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function StorageProvider<T>({ children, storageService }: PropsWithChildr
},
removeItem: async (key) => clearItem(key),
clear: async () => {
localStorage.clear();
// localStorage.clear();
setStoredValue({});
return true;
},
Expand Down

0 comments on commit f0311de

Please sign in to comment.