diff --git a/components/UserProfile/DropdownError.vue b/components/UserProfile/DropdownError.vue index 290c7930c..3a67fa13e 100644 --- a/components/UserProfile/DropdownError.vue +++ b/components/UserProfile/DropdownError.vue @@ -9,28 +9,28 @@ import type { UserProfileLink } from '~/types/userProfile'; const accountStore = useAccountStore(); const { stateData } = storeToRefs(useServerStore()); const links = ref([ - { - click: () => accountStore.troubleshoot(), - external: true, - icon: InformationCircleIcon, - text: 'Placeholder Button', - }, - { - external: true, - href: CONNECT_FORUMS, - icon: InformationCircleIcon, - text: 'Connect Support Forum', - }, + // { + // click: () => accountStore.troubleshoot(), + // external: true, + // icon: InformationCircleIcon, + // text: 'Placeholder Button', + // }, + // { + // external: true, + // href: CONNECT_FORUMS, + // icon: InformationCircleIcon, + // text: 'Connect Support Forum', + // }, ]);