forked from LaconicNetwork/cosmos-explorer
fix issue
This commit is contained in:
parent
6ee073e2eb
commit
e348a8872c
@ -36,7 +36,7 @@ function changeChart(type: string) {
|
||||
<div class="tabs tabs-boxed bg-transparent justify-end">
|
||||
<a
|
||||
class="tab text-xs mr-2 text-gray-400 uppercase"
|
||||
:class="{ 'tab-active': kind.value === 'price' }"
|
||||
:class="{ 'tab-active': kind === 'price' }"
|
||||
@click="changeChart('price')"
|
||||
>
|
||||
Price
|
||||
|
||||
Loading…
Reference in New Issue
Block a user