fix vue error from disableNotes in home.vue
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user