fix linting, and give instructions for current test suite

This commit is contained in:
2024-08-10 13:37:31 -06:00
parent 5ad933f1c6
commit a001f2fde3
4 changed files with 24 additions and 17 deletions

View File

@@ -277,10 +277,7 @@
</router-link>
</span>
</div>
<div
v-if="record.image"
class="flex justify-center"
>
<div v-if="record.image" class="flex justify-center">
<a :href="record.image" target="_blank">
<img :src="record.image" class="h-24 mt-2 rounded-xl" />
</a>