mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 09:21:27 +00:00
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) {
|
function InviteNew(props: Props) {
|
||||||
const { inviteNew, errorMessage, isPending, referralCode = '', channels } = props;
|
const { inviteNew, errorMessage, isPending, referralCode = '', channels } = props;
|
||||||
const rewardAmount = 20;
|
const rewardAmount = 15;
|
||||||
|
|
||||||
// Email
|
// Email
|
||||||
const [email, setEmail] = useState('');
|
const [email, setEmail] = useState('');
|
||||||
|
|
Loading…
Add table
Reference in a new issue