forked from trent_larson/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;
|
||||
if (claim.claim) {
|
||||
claim = claim.claim;
|
||||
|
||||
Reference in New Issue
Block a user