Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherminh committed Aug 10, 2023
1 parent 735fb8f commit ddfe831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useGetPurposeMessageKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useMemo } from 'preact/hooks';

import { DefinedMessage } from '@transcend-io/internationalization';

const CUSTOM_PURPOSE_MESSAGE_PREFIX = 'cm-ui.purpose'
const CUSTOM_PURPOSE_MESSAGE_PREFIX = 'cm-ui.purpose';

export interface PurposeMessages {
/** The lookup of purpose trackingTypes to message key */
Expand Down

0 comments on commit ddfe831

Please sign in to comment.