Merge branch 'develop' into feature/2024.10
This commit is contained in:
@@ -264,7 +264,7 @@ const memoDraft = ref(props.user.memo);
|
||||
const isEditingMemo = ref(false);
|
||||
const moderationNote = ref(props.user.moderationNote);
|
||||
const editModerationNote = ref(false);
|
||||
const noteview = ref<string | null>('pinned');
|
||||
const noteview = ref<string | null>(props.user.pinnedNotes.length ? 'pinned' : null);
|
||||
|
||||
const listenbrainzdata = ref(false);
|
||||
if (props.user.listenbrainz) {
|
||||
|
||||
Reference in New Issue
Block a user