fix linting

This commit is contained in:
2025-06-07 17:19:01 -06:00
parent 987f9217de
commit 9760f02aab
10 changed files with 87 additions and 62 deletions

View File

@@ -59,7 +59,7 @@
<font-awesome
icon="chair"
class="fa-fw text-2xl"
@click="this.$router.push({ name: 'onboard-meeting-list' })"
@click="$router.push({ name: 'onboard-meeting-list' })"
/>
</span>
</span>
@@ -193,7 +193,9 @@
"
/>
<div class="flex-shrink-0 w-12 h-12 flex items-center justify-center">
<div
class="flex-shrink-0 w-12 h-12 flex items-center justify-center"
>
<EntityIcon
:contact="contact"
:icon-size="48"
@@ -230,7 +232,10 @@
</span>
</div>
<div v-if="showGiveNumbers && contact.did != activeDid" class="flex gap-2 items-center">
<div
v-if="showGiveNumbers && contact.did != activeDid"
class="flex gap-2 items-center"
>
<button
class="text-sm bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-1.5 rounded-l-md"
:title="givenToMeDescriptions[contact.did] || ''"