From 4fa6a561ede51968dc7cbffc46b960d73fe8fa82 Mon Sep 17 00:00:00 2001 From: jessop Date: Fri, 3 Jul 2020 10:44:29 -0400 Subject: [PATCH] amount --- ui/component/channelEdit/view.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/component/channelEdit/view.jsx b/ui/component/channelEdit/view.jsx index 749f79a47..891261d1e 100644 --- a/ui/component/channelEdit/view.jsx +++ b/ui/component/channelEdit/view.jsx @@ -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