forked from jsnbuchanan/crowd-funder-for-time-pwa
make the list of all claims show a link to each specific claim
This commit is contained in:
@@ -105,10 +105,7 @@
|
|||||||
{{ claimDescription(claim) }}
|
{{ claimDescription(claim) }}
|
||||||
</span>
|
</span>
|
||||||
<span class="col-span-1">
|
<span class="col-span-1">
|
||||||
<a
|
<a @click="onClickLoadClaim(claim.id)" class="cursor-pointer">
|
||||||
@click="onClickLoadClaim(claim.handleId)"
|
|
||||||
class="cursor-pointer"
|
|
||||||
>
|
|
||||||
<fa icon="file-lines" class="pl-2 pt-1 text-blue-500" />
|
<fa icon="file-lines" class="pl-2 pt-1 text-blue-500" />
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user