Fix crowdfund topup issue (#3064)

closes #3048
This commit is contained in:
Samuel Adams 2021-11-04 09:34:24 +02:00 committed by GitHub
parent 45a58e1a39
commit da92cabe4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,8 +287,8 @@
<template id="perks-template">
<div class="perks-container">
<perk v-if="!perks || perks.length ===0"
:perk="{title: 'Donate Custom Amount', price: { value: null}, custom: true}"
<perk v-if="!perks || perks.length ===0"
:perk="{title: 'Donate Custom Amount', price: { type: 0, value: null}}"
:target-currency="targetCurrency"
:active="active"
:loading="loading"