fix: typo

This commit is contained in:
Sean Yesmunt 2019-02-05 01:10:08 -05:00
parent 592bd02d99
commit 09e13ca194

View file

@ -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}
/>
)}