mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🚑 Add missing user account from username viewing route
This commit is contained in:
parent
d9173b4ce2
commit
eb0385ab8a
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<NuxtLayout name="app">
|
||||
<div class="max-h-dvh overflow-y-scroll">
|
||||
|
||||
<SocialElementsUsersAccount v-if="isMobile" :account="account ?? undefined" />
|
||||
<TimelinesTimelineScroller>
|
||||
<TimelinesAccount :id="accountId ?? undefined" :key="accountId ?? undefined" />
|
||||
</TimelinesTimelineScroller>
|
||||
|
|
@ -20,7 +20,6 @@ import type { Account } from "~/types/mastodon/account";
|
|||
|
||||
definePageMeta({
|
||||
layout: false,
|
||||
keepalive: true,
|
||||
});
|
||||
|
||||
const { width } = useWindowSize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue