add a test for empty ID, fix some linting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user