update reward amount

(this should come from the reward call probably)
This commit is contained in:
Thomas Zarebczan 2020-04-29 12:25:21 -04:00 committed by GitHub
parent 804178dd58
commit 019c3e13b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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('');