update reward amount
(this should come from the reward call probably)
This commit is contained in:
parent
804178dd58
commit
019c3e13b2
1 changed files with 1 additions and 1 deletions
|
@ -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('');
|
||||
|
|
Loading…
Add table
Reference in a new issue