From cfdbdd9a449451b8620c52a23af9908e2d04ecd4 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Fri, 20 Mar 2026 23:10:11 -0400 Subject: [PATCH] build.sh update --- frontend/src/components/ProfileModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ProfileModal.jsx b/frontend/src/components/ProfileModal.jsx index 6fe2c9b..72609c9 100644 --- a/frontend/src/components/ProfileModal.jsx +++ b/frontend/src/components/ProfileModal.jsx @@ -107,7 +107,7 @@ export default function ProfileModal({ onClose }) { { + onChange={async e => { const val = e.target.value; setDisplayName(val); setDisplayNameWarning('');