diff --git a/hooks/useEasyWrite.ts b/hooks/useEasyWrite.ts index 330fad3..56ab88e 100644 --- a/hooks/useEasyWrite.ts +++ b/hooks/useEasyWrite.ts @@ -56,6 +56,8 @@ export const useEasyWrite = ( ` ); if (!config.request) return; + // reset if new hash + if (hash !== prev.hash) setIsNotificationShownAlready(false); // succeed if ( hash &&