add a test for empty ID, fix some linting

This commit is contained in:
2024-08-04 07:30:35 -06:00
parent 0abe3aebee
commit 61fffbb13e
5 changed files with 33 additions and 8 deletions

View File

@@ -79,7 +79,11 @@
</div>
<!-- Results List -->
<ul id="listContacts" v-if="contacts.length > 0" class="border-t border-slate-300">
<ul
id="listContacts"
v-if="contacts.length > 0"
class="border-t border-slate-300"
>
<li
class="border-b border-slate-300 pt-2.5 pb-4"
v-for="contact in contacts"