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={
|
||||
<Button
|
||||
button="primary"
|
||||
type="submit"
|
||||
disabled={!rewardCode || rewardIsPending}
|
||||
label={rewardIsPending ? __('Redeeming') : __('Redeem')}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue