This commit is contained in:
jessop 2020-07-03 10:44:29 -04:00
parent 2315727385
commit 4fa6a561ed

View file

@ -51,6 +51,7 @@ function ChannelForm(props: Props) {
const { const {
uri, uri,
claim, claim,
amount,
title, title,
description, description,
website, website,
@ -100,7 +101,7 @@ function ChannelForm(props: Props) {
thumbnailUrl, thumbnailUrl,
description, description,
title, title,
amount: 0.001, amount: Number(amount) || 0.001,
languages: languages || [], languages: languages || [],
locations: locations || [], locations: locations || [],
tags: tags tags: tags