From 266bae9fca2e58a11a7f807f879da2d7174cdb29 Mon Sep 17 00:00:00 2001 From: Ben Adida Date: Thu, 29 Oct 2020 18:17:55 -0700 Subject: [PATCH] don't print if the precinct ID doesn't match --- src/AppRoot.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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 (