From 339e5cfb65b463efda4ab045304af20b48b572dc Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:54:31 +0100 Subject: [PATCH] Update frontend/src/contexts/ViewerContext.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/contexts/ViewerContext.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/contexts/ViewerContext.tsx b/frontend/src/contexts/ViewerContext.tsx index 12bb683c1..895776f96 100644 --- a/frontend/src/contexts/ViewerContext.tsx +++ b/frontend/src/contexts/ViewerContext.tsx @@ -223,9 +223,6 @@ export const ViewerProvider: React.FC = ({ children }) => { // Get current navigation state to check if we're in sign mode useNavigation(); - // Get current navigation state to check if we're in sign mode - useNavigation(); - // Bridge registry - bridges register their state and APIs here const bridgeRefs = useRef({ scroll: null as BridgeRef | null,