Skip to content

Commit

Permalink
fixing jotai persistent state
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemHood committed Oct 24, 2024
1 parent 50188ab commit f033f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useNotificationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function useNotificationManager() {
return notification;
});

setNotifications(updatedNotifications);
setNotifications([...updatedNotifications]);
};

const checkTransactionStatus = async (txHash: string) => {
Expand Down

0 comments on commit f033f4b

Please sign in to comment.