Skip to content

Commit

Permalink
Merge pull request #2706 from lpsinger/fix-moderation-title
Browse files Browse the repository at this point in the history
Fix title for moderation index route
  • Loading branch information
dakota002 authored Nov 12, 2024
2 parents d085249 + e20743c commit 535e6b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/circulars.moderation._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { ToolbarButtonGroup } from '~/components/ToolbarButtonGroup'
import type { BreadcrumbHandle } from '~/root/Title'

export const handle: BreadcrumbHandle & SEOHandle = {
breadcrumb: 'Moderation',
getSitemapEntries: () => null,
}

Expand Down

0 comments on commit 535e6b3

Please sign in to comment.