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('');