Skip to content

Commit

Permalink
Merge pull request #1047 from Open-Earth-Foundation/nina/chore/ON-324…
Browse files Browse the repository at this point in the history
…1/fixBuild

[ON-3141] chore: fix build
  • Loading branch information
evanp authored Jan 7, 2025
2 parents f8ad439 + 4c0a7f8 commit 192d843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/password-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function PasswordInput({
letterSpacing="wide"
color="content.tertiary"
>
{t(error.message)}
{t(error.message || "")}
</Text>
</FormErrorMessage>
)}
Expand Down

0 comments on commit 192d843

Please sign in to comment.