Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-kazantseva committed Oct 25, 2024
1 parent 97dab73 commit 45486d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useGetPurposeDescriptionKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useGetPurposeDescriptionKeys = ({
} as DefinedMessage,
};
}
return {...allMessages};
return { ...allMessages };
},
defaultPurposeToDescriptionKey as Record<string, DefinedMessage>,
),
Expand Down

0 comments on commit 45486d4

Please sign in to comment.