From 4a7d605f451dd26766b5335a2a4d4aad8fb8a6f6 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 18 Dec 2024 19:14:47 -0500 Subject: [PATCH] fix --- src/hooks/useSeen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useSeen.ts b/src/hooks/useSeen.ts index 9a4b901c1..9aac1bc81 100644 --- a/src/hooks/useSeen.ts +++ b/src/hooks/useSeen.ts @@ -49,7 +49,7 @@ export function useViewPanel( } } }; - }, [market, actionCreator, networkId, walletId, height, dispatch]); + }, [market, actionCreator, networkId, walletId, height, dispatch, componentWillUnmount]); } function useComponentWillUnmount() {