Skip to content

Commit

Permalink
fixup! feat: Display empty detour table icon when the table is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored and firestack committed Sep 19, 2024
1 parent 1dd508e commit 2e70104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/components/detoursTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { RoutePill } from "./routePill"
import { useCurrentTimeSeconds } from "../hooks/useCurrentTime"
import { timeAgoLabel } from "../util/dateTime"
import { SimpleDetour } from "../models/detour"
import { EmptyDetourTableIcon } from "../helpers/skateIcons"

interface DetoursTableProps {
data: SimpleDetour[] | null
Expand Down

0 comments on commit 2e70104

Please sign in to comment.