fix vue error from disableNotes in home.vue

This commit is contained in:
Hazelnoot 2025-04-02 22:00:55 -04:00
parent 39470fb0f8
commit 662153dee7

View file

@ -245,7 +245,7 @@ const XListenBrainz = defineAsyncComponent(() => import('./index.listenbrainz.vu
const props = withDefaults(defineProps<{
user: Misskey.entities.UserDetailed;
/** Test only; MkNotes currently causes problems in vitest */
disableNotes: boolean;
disableNotes?: boolean;
}>(), {
disableNotes: false,
});