fix: team collections tab visible when logging out (#2494)
This commit is contained in:
parent
d035262e1a
commit
54a12ef6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="show">
|
||||
<div v-show="show">
|
||||
<SmartTabs
|
||||
:id="'collections_tab'"
|
||||
v-model="selectedCollectionTab"
|
||||
|
|
|
|||
Loading…
Reference in a new issue