amount
This commit is contained in:
parent
2315727385
commit
4fa6a561ed
1 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ function ChannelForm(props: Props) {
|
|||
const {
|
||||
uri,
|
||||
claim,
|
||||
amount,
|
||||
title,
|
||||
description,
|
||||
website,
|
||||
|
@ -100,7 +101,7 @@ function ChannelForm(props: Props) {
|
|||
thumbnailUrl,
|
||||
description,
|
||||
title,
|
||||
amount: 0.001,
|
||||
amount: Number(amount) || 0.001,
|
||||
languages: languages || [],
|
||||
locations: locations || [],
|
||||
tags: tags
|
||||
|
|
Loading…
Reference in a new issue