We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8f2bb commit 81b3ebbCopy full SHA for 81b3ebb
1 file changed
frontend/src/components/CoinListView.vue
@@ -138,7 +138,6 @@ const loadImage = async (index, coinId) => {
138
<v-lazy :width="56">
139
<v-img :src="images[index]" :width="56" max-height="56" :tmp="loadImage(index, coin[0])" />
140
</v-lazy>
141
- <p>11</p>
142
</template>
143
<template v-slot:prepend v-else-if="imagePresentation === 'reverse'">
144
0 commit comments