We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c48c93 commit 4244bc0Copy full SHA for 4244bc0
1 file changed
apps/ticket/src/app/(pages)/(home)/constants/category.ts
@@ -12,6 +12,6 @@ export type CategoryType = ObjectValues<typeof CATEGORIES>;
12
export const CATEGORY_LABELS = {
13
[CATEGORIES.ALL]: "ALL",
14
[CATEGORIES.PERMIT]: "Permit",
15
- [CATEGORIES.CEILING_SERVICE]: "ceilingservice",
+ [CATEGORIES.CEILING_SERVICE]: "Ceilingservice",
16
[CATEGORIES.FESTIVAL]: "Festival",
17
} as const;
0 commit comments