fix: typo
This commit is contained in:
parent
592bd02d99
commit
09e13ca194
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class InviteList extends React.PureComponent<Props> {
|
|||
showClaimable && (
|
||||
<RewardLink
|
||||
button
|
||||
label={__(`Claim Your ${40 || rewardAmount} LBC Invite Reward`)}
|
||||
label={__(`Claim Your ${rewardAmount} LBC Invite Reward`)}
|
||||
reward_type={rewards.TYPE_REFERRAL}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue