From a546cb3f6947d70da07cb1cbc0b6621e8a5ac811 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Fri, 14 Jul 2023 14:11:33 -0400 Subject: [PATCH] fix page w/ zero locations Signed-off-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com> --- apps/app/src/pages/org/[slug]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/src/pages/org/[slug]/index.tsx b/apps/app/src/pages/org/[slug]/index.tsx index 91ca508971..bdf5bf78a2 100644 --- a/apps/app/src/pages/org/[slug]/index.tsx +++ b/apps/app/src/pages/org/[slug]/index.tsx @@ -102,7 +102,7 @@ const OrganizationPage = ({ slug }: InferGetStaticPropsType