From bcddd83c2b6f3a4423cca0a4ef50918e6af836af Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 5 Aug 2022 22:54:16 -0700 Subject: [PATCH] Add key prop to `EditUserField` --- web/pages/profile.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/pages/profile.tsx b/web/pages/profile.tsx index 38e1670c..42bcb5c3 100644 --- a/web/pages/profile.tsx +++ b/web/pages/profile.tsx @@ -207,7 +207,12 @@ export default function ProfilePage(props: { ['discordHandle', 'Discord'], ] as const ).map(([field, label]) => ( - + ))}