forked from jsnbuchanan/crowd-funder-for-time-pwa
Added check for "Unnamed" giver
Pass string "Unnamed" to select unnamed giver and skip contact selection step of dialog.
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
<ul
|
||||
class="grid grid-cols-4 sm:grid-cols-5 md:grid-cols-6 gap-x-2 gap-y-4 text-center mb-4"
|
||||
>
|
||||
<li @click="selectGiver()">
|
||||
<li
|
||||
@click="selectGiver()"
|
||||
class="cursor-pointer"
|
||||
>
|
||||
<font-awesome icon="circle-question" class="text-slate-400 text-5xl mb-1" />
|
||||
<h3
|
||||
class="text-xs text-slate-500 font-medium italic text-ellipsis whitespace-nowrap overflow-hidden"
|
||||
|
||||
Reference in New Issue
Block a user