From 4c0a7f869bbed553068c6e6d44734cc895a90437 Mon Sep 17 00:00:00 2001 From: thehighestprimenumber Date: Tue, 7 Jan 2025 15:36:22 -0300 Subject: [PATCH] [ON-3141] chore: fix build --- app/src/components/password-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/password-input.tsx b/app/src/components/password-input.tsx index e36406766..2b095c252 100644 --- a/app/src/components/password-input.tsx +++ b/app/src/components/password-input.tsx @@ -188,7 +188,7 @@ export default function PasswordInput({ letterSpacing="wide" color="content.tertiary" > - {t(error.message)} + {t(error.message || "")} )}