forked from jsnbuchanan/crowd-funder-for-time-pwa
fix linting
This commit is contained in:
@@ -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] || ''"
|
||||
|
||||
Reference in New Issue
Block a user