From f3676c43863ce9403e91f2fcd5d3f96f0ce47ab4 Mon Sep 17 00:00:00 2001 From: Bob Zhao Date: Thu, 6 Jul 2023 10:17:06 -0400 Subject: [PATCH] add south dakota --- frontend/src/config/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/config/constants.ts b/frontend/src/config/constants.ts index fdd771c465..d4cc6ea249 100644 --- a/frontend/src/config/constants.ts +++ b/frontend/src/config/constants.ts @@ -41,6 +41,7 @@ export const liveJurisdictions = [ "OR", "PA", "RI", + "SD", "TN", "TX", "UT",