From 59e958beffeaed02cb5933747c3e72e9867e78ad Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Fri, 26 Jul 2024 13:30:26 +0530 Subject: [PATCH] fix: profile display name error message --- web/app/profile/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/profile/page.tsx b/web/app/profile/page.tsx index b2ca0b1281b..ebad3bc5846 100644 --- a/web/app/profile/page.tsx +++ b/web/app/profile/page.tsx @@ -369,7 +369,7 @@ const ProfileSettingsPage = observer(() => { /> )} /> - {errors?.display_name && Please enter display name} + {errors?.display_name && {errors?.display_name?.message}}