Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Jul 12, 2024
1 parent 1a1ee9a commit 8ee3b4a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ import { Grid } from '@mui/material'
import { DashboardProvider } from '~/api/types/providers/dashboard'
import { AdditionalGraphInfo, WidgetInfo } from '~/api'

export const handle: { crumb: crumbFunction<LoaderData>; hide: Record<string, Boolean> } = {
crumb: (_, { pathname, params }) => ({ to: pathname, linkText: String(params.snapshotId) }),
hide: {
snapshotList: true
}
export const handle: { crumb: crumbFunction<LoaderData> } = {
crumb: (_, { pathname, params }) => ({ to: pathname, linkText: String(params.snapshotId) })
}

export const SnapshotTemplate = ({ api }: { api: DashboardProvider }) => {
Expand Down

0 comments on commit 8ee3b4a

Please sign in to comment.