fix: wrong condition

This commit is contained in:
Methapon2001 2024-06-28 14:38:24 +07:00
parent 407255a364
commit 764e759ee3

View file

@ -1138,8 +1138,8 @@ watch(currentPageService, async () => {
<div <div
class="text-h6 hover-underline" class="text-h6 hover-underline"
:class="{ :class="{
'app-text-muted': productMode !== 'group', 'app-text-muted': productMode !== 'type',
'text-weight-bold': productMode === 'group', 'text-weight-bold': productMode === 'type',
}" }"
@click="productMode = 'type'" @click="productMode = 'type'"
> >