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,