diff --git a/frontend/src/components/MobileLayout.vue b/frontend/src/components/MobileLayout.vue index dbcf7e87..0a040ab4 100644 --- a/frontend/src/components/MobileLayout.vue +++ b/frontend/src/components/MobileLayout.vue @@ -319,6 +319,7 @@ const handleClick = (tab) => { username: userResource.data?.username, }, }) + else if (tab.external) window.location.href = `/${tab.to}` else router.push({ name: tab.to }) }