forked from jsnbuchanan/crowd-funder-for-time-pwa
remove unnecessary async (that also happens to break display)
This commit is contained in:
@@ -224,7 +224,7 @@ export default class HomeView extends Vue {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async giveDescription(giveRecord) {
|
giveDescription(giveRecord) {
|
||||||
let claim = giveRecord.fullClaim;
|
let claim = giveRecord.fullClaim;
|
||||||
if (claim.claim) {
|
if (claim.claim) {
|
||||||
claim = claim.claim;
|
claim = claim.claim;
|
||||||
|
|||||||
Reference in New Issue
Block a user