From 019c3e13b2f39892f8e19d3153a594f41301445c Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 29 Apr 2020 12:25:21 -0400 Subject: [PATCH] update reward amount (this should come from the reward call probably) --- ui/component/inviteNew/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/inviteNew/view.jsx b/ui/component/inviteNew/view.jsx index 4dc1e0c67..68cad2446 100644 --- a/ui/component/inviteNew/view.jsx +++ b/ui/component/inviteNew/view.jsx @@ -20,7 +20,7 @@ type Props = { function InviteNew(props: Props) { const { inviteNew, errorMessage, isPending, referralCode = '', channels } = props; - const rewardAmount = 20; + const rewardAmount = 15; // Email const [email, setEmail] = useState('');