diff --git a/frontend/components/ArticlesList/Item/Bar/Top.vue b/frontend/components/ArticlesList/Item/Bar/Top.vue index 30ac05e..9d77956 100644 --- a/frontend/components/ArticlesList/Item/Bar/Top.vue +++ b/frontend/components/ArticlesList/Item/Bar/Top.vue @@ -6,14 +6,15 @@ defineProps<{ authorId?: IAuthor adId?: string }>() +const show = useState('authorCard', () => false)