Skip to content

Commit

Permalink
ignore errorString translation checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 19, 2024
1 parent 0fe3790 commit 12d1730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ilmomasiina-components/src/utils/errorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function errorString(
// - editSignup.errors.default
// - errors.default
const keys = types.flatMap((type) => prefixes.map((pre) => `${pre}.${type}.${part}`));
// @ts-expect-error TODO: fix this
return t(keys, params);
}

Expand Down

0 comments on commit 12d1730

Please sign in to comment.