Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Nov 12, 2024
1 parent be89241 commit 854c2e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/ui-src/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ const App = () => {
// set the notifications: Needs to be stored locally to persist on reload
// Check local storage for notifications
console.log("mmdlNotificaiton before if: " + mmdlNotification);
if(mmdlNotification == true){
console.log("true: " + true;
if(mmdlNotification === true){
console.log("mmdl notification in useCallback true")
const storedNotifications = localStorage.getItem(
LOCAL_STORAGE_USERNOTIFICATIONS
Expand Down

0 comments on commit 854c2e7

Please sign in to comment.