diff --git a/app.vue b/app.vue index 72bffa2..9fb1768 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,7 @@ @@ -12,7 +12,7 @@ import type { ContextMenuInterface } from './types/interfaces'; const banner = useState("banner", () => false); -const contextMenu = useState("contextMenu", () => ({ show: false, pointerX: 0, pointerY: 0, items: [] })); +const contextMenu = useState("contextMenu", () => ({ show: false, pointerX: 0, pointerY: 0, sections: [] })); onMounted(() => { loadPreferredThemes() diff --git a/components/Guild/MemberEntry.vue b/components/Guild/MemberEntry.vue index f0a8aa5..e7fcbab 100644 --- a/components/Guild/MemberEntry.vue +++ b/components/Guild/MemberEntry.vue @@ -1,5 +1,5 @@