Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Dec 19, 2024
1 parent 80be34a commit 4a7d605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSeen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function useViewPanel(
}
}
};
}, [market, actionCreator, networkId, walletId, height, dispatch]);
}, [market, actionCreator, networkId, walletId, height, dispatch, componentWillUnmount]);
}

function useComponentWillUnmount() {
Expand Down

0 comments on commit 4a7d605

Please sign in to comment.