diff --git a/frontend/src/components/Gates/VSDashboardGate.tsx b/frontend/src/components/Gates/VSDashboardGate.tsx index a8bfc5e3a..a70a41375 100644 --- a/frontend/src/components/Gates/VSDashboardGate.tsx +++ b/frontend/src/components/Gates/VSDashboardGate.tsx @@ -78,7 +78,7 @@ export const VSDashboardGate: React.FC<{ const endNumRegex = /\s\b([1-9]|10)$/; return ( - {orgName.startsWith('DHS Region') && endNumRegex.test(orgName) && ( + {orgName?.startsWith('DHS Region') && endNumRegex.test(orgName) && (