Skip to content

Commit 81b3ebb

Browse files
authored
Update CoinListView.vue
1 parent 3a8f2bb commit 81b3ebb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/CoinListView.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ const loadImage = async (index, coinId) => {
138138
<v-lazy :width="56">
139139
<v-img :src="images[index]" :width="56" max-height="56" :tmp="loadImage(index, coin[0])" />
140140
</v-lazy>
141-
<p>11</p>
142141
</template>
143142
<template v-slot:prepend v-else-if="imagePresentation === 'reverse'">
144143
<v-lazy :width="56">

0 commit comments

Comments
 (0)