disable claim link on pending claims
This commit is contained in:
parent
912c2e3d61
commit
9ae9ccae40
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class TransactionListItem extends React.PureComponent<Props> {
|
|||
<span>{this.capitalize(type)}</span> {isRevokeable && this.getLink(type)}
|
||||
</td>
|
||||
<td>
|
||||
{forClaim && <Button button="link" navigate={uri} label={claimName} />}
|
||||
{forClaim && <Button button="link" navigate={uri} label={claimName} disabled={!date} />}
|
||||
{!forClaim && reward && <span>{reward.reward_title}</span>}
|
||||
</td>
|
||||
|
||||
|
|
Loading…
Reference in a new issue