diff --git a/src/client/components/user/Profile.js b/src/client/components/user/Profile.js index 8d21a1c..dc0e454 100644 --- a/src/client/components/user/Profile.js +++ b/src/client/components/user/Profile.js @@ -32,7 +32,7 @@ import DarbAvatarEditor from "./DarbAvatarEditor"; import Affiliation from "./Affiliation"; import { updateUser } from "../../store/user"; -const EDITABLE = ["firstName", "lastName", "uuid", "phone", "room", "bio"]; +const EDITABLE = ["username", "firstName", "lastName", "uuid", "phone", "room", "bio"]; const PROFILE = ["bio", "room"]; const renderTooltip = (text) => (props) => @@ -184,6 +184,22 @@ function ProfileWall() {