From bd15b4bf1ddc4f5573ce0e093a8c40227a3cfb19 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Wed, 25 Sep 2024 16:42:42 -0400 Subject: [PATCH] fixup! feat: Suppress draft and closed detour tables on mobile --- assets/src/components/detourListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/src/components/detourListPage.tsx b/assets/src/components/detourListPage.tsx index a5b64f197..02e3e0d2b 100644 --- a/assets/src/components/detourListPage.tsx +++ b/assets/src/components/detourListPage.tsx @@ -72,7 +72,7 @@ export const DetourListPage = () => { title="Active detours" icon={GlobeAmericas} visibility="All Skate users" - classNames="d-flex" + classNames={["d-flex"]} />