diff --git a/src/AppRoot.tsx b/src/AppRoot.tsx index 18a548a9..80ddd0be 100644 --- a/src/AppRoot.tsx +++ b/src/AppRoot.tsx @@ -992,6 +992,11 @@ class AppRoot extends React.Component { return } if (isPollsOpen && appMode.isVxPrint && !appMode.isVxMark) { + if (isVoterCardPresent && precinctId) { + if (appPrecinctId !== precinctId) { + return + } + } return (