Skip to content

Commit 4244bc0

Browse files
committed
fix: typo
1 parent 7c48c93 commit 4244bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/ticket/src/app/(pages)/(home)/constants

apps/ticket/src/app/(pages)/(home)/constants/category.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export type CategoryType = ObjectValues<typeof CATEGORIES>;
1212
export const CATEGORY_LABELS = {
1313
[CATEGORIES.ALL]: "ALL",
1414
[CATEGORIES.PERMIT]: "Permit",
15-
[CATEGORIES.CEILING_SERVICE]: "ceilingservice",
15+
[CATEGORIES.CEILING_SERVICE]: "Ceilingservice",
1616
[CATEGORIES.FESTIVAL]: "Festival",
1717
} as const;

0 commit comments

Comments
 (0)