Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 919b91a

Browse files
committed
fix(series): hotfix series-insights
1 parent 3d6f8f7 commit 919b91a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/series/SeriesTable.vue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
v-slot="props"
3737
cell-class="is-vcentered"
3838
>
39-
<div class="container image is-48x48 mb-2">
39+
<div class="image is-48x48 mb-2">
4040
<b-image
4141
v-if="!isLoading"
4242
:src="props.row.image"
@@ -100,7 +100,7 @@
100100
<b-skeleton :active="isLoading"> </b-skeleton>
101101
</b-table-column>
102102

103-
<b-table-column
103+
<!-- <b-table-column
104104
field="weeklyVolume"
105105
label="7d %"
106106
v-slot="props"
@@ -109,7 +109,6 @@
109109
cell-class="is-vcentered"
110110
>
111111
<template v-if="!isLoading">
112-
<!-- <Money :value="props.row.weeklyVolume" inline /> -->
113112
<div
114113
v-html="
115114
displayVolumePercent(
@@ -131,7 +130,6 @@
131130
cell-class="is-vcentered"
132131
>
133132
<template v-if="!isLoading">
134-
<!-- <Money :value="props.row.monthlyVolume" inline /> -->
135133
<div
136134
v-html="
137135
displayVolumePercent(
@@ -142,7 +140,7 @@
142140
></div>
143141
</template>
144142
<b-skeleton :active="isLoading"> </b-skeleton>
145-
</b-table-column>
143+
</b-table-column> -->
146144

147145
<b-table-column
148146
field="floorPrice"
@@ -184,7 +182,7 @@
184182

185183
<b-table-column
186184
field="total"
187-
:label="$t('spotlight.total')"
185+
label="Assets"
188186
v-slot="props"
189187
sortable
190188
numeric

0 commit comments

Comments
 (0)