mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
fix reward code button
This commit is contained in:
parent
d8f3e51ffc
commit
6bc98c0c06
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class ModalRewardCode extends React.PureComponent<Props, State> {
|
||||||
inputButton={
|
inputButton={
|
||||||
<Button
|
<Button
|
||||||
button="primary"
|
button="primary"
|
||||||
|
type="submit"
|
||||||
disabled={!rewardCode || rewardIsPending}
|
disabled={!rewardCode || rewardIsPending}
|
||||||
label={rewardIsPending ? __('Redeeming') : __('Redeem')}
|
label={rewardIsPending ? __('Redeeming') : __('Redeem')}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue