mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix vue error from disableNotes in home.vue
This commit is contained in:
parent
39470fb0f8
commit
662153dee7
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ const XListenBrainz = defineAsyncComponent(() => import('./index.listenbrainz.vu
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
user: Misskey.entities.UserDetailed;
|
user: Misskey.entities.UserDetailed;
|
||||||
/** Test only; MkNotes currently causes problems in vitest */
|
/** Test only; MkNotes currently causes problems in vitest */
|
||||||
disableNotes: boolean;
|
disableNotes?: boolean;
|
||||||
}>(), {
|
}>(), {
|
||||||
disableNotes: false,
|
disableNotes: false,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue