refactor: followed tag badge condition
This commit is contained in:
parent
b6714c98ea
commit
0c489b84d6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const forceShow = ref(false)
|
||||||
<!-- followed hashtag badge -->
|
<!-- followed hashtag badge -->
|
||||||
<div flex="~ col" justify-between>
|
<div flex="~ col" justify-between>
|
||||||
<div
|
<div
|
||||||
v-if="followedTag"
|
v-if="!!followedTag && followedTag !== ''"
|
||||||
flex="~ gap2" items-center h-auto text-sm text-orange
|
flex="~ gap2" items-center h-auto text-sm text-orange
|
||||||
m="is-5" p="t-1 is-5"
|
m="is-5" p="t-1 is-5"
|
||||||
relative text-secondary ws-nowrap
|
relative text-secondary ws-nowrap
|
||||||
|
|
Loading…
Reference in a new issue