fix: team collections tab visible when logging out (#2494)

This commit is contained in:
Akash K
2022-07-06 22:24:32 +05:30
committed by GitHub
parent d035262e1a
commit 54a12ef6fa

View File

@@ -1,5 +1,5 @@
<template> <template>
<div v-if="show"> <div v-show="show">
<SmartTabs <SmartTabs
:id="'collections_tab'" :id="'collections_tab'"
v-model="selectedCollectionTab" v-model="selectedCollectionTab"