Skip to content

Commit

Permalink
fixup! feat: Suppress draft and closed detour tables on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Sep 25, 2024
1 parent 6108849 commit bd15b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/detourListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const DetourListPage = () => {
title="Active detours"
icon={GlobeAmericas}
visibility="All Skate users"
classNames="d-flex"
classNames={["d-flex"]}
/>
<DetoursTable
data={detours.active}
Expand Down

0 comments on commit bd15b4b

Please sign in to comment.