diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 090fa6b..f5628c4 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -46,6 +46,7 @@ :class="{'text-black': selected, 'text-zinc-100': !selected}" :text="profile.name" /> uID:{{ profile.id }} @@ -117,10 +118,14 @@ const props = defineProps({ type: Boolean, default: false, }, - nameEditable: { + showId: { type: Boolean, default: false, }, + nameEditable: { + type: Boolean, + default: true, + }, initEditing: { type: Boolean, default: false,