forked from trent_larson/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) }}
|
||||
</span>
|
||||
<span class="col-span-1">
|
||||
<a
|
||||
@click="onClickLoadClaim(claim.handleId)"
|
||||
class="cursor-pointer"
|
||||
>
|
||||
<a @click="onClickLoadClaim(claim.id)" class="cursor-pointer">
|
||||
<fa icon="file-lines" class="pl-2 pt-1 text-blue-500" />
|
||||
</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user