This commit is contained in:
Kyep
2020-08-28 17:13:25 -07:00
parent a7114e70b3
commit 7cbcb820c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export const KeycardAuth = (props, context) => {
</Box>
);
if (!data.hasSwiped && !data.ertreason
&& data.event == "Emergency Response Team") {
&& data.event === "Emergency Response Team") {
swipeInfo = (
<Box color="red">
Fill out the reason for your ERT request.
File diff suppressed because one or more lines are too long