Tried to clear errors mentioned in lint details
154:28 error Trailing spaces not allowed 161:6 error Unexpected tab character
This commit is contained in:
parent
299682a6dc
commit
1882e78d51
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ function WalletSendTip(props: Props) {
|
|||
|
||||
function setClaimTypeText() {
|
||||
if (claim.value_type === 'stream') {
|
||||
return __('Content');
|
||||
return __('Content');
|
||||
} else if (claim.value_type === 'channel') {
|
||||
return __('Channel');
|
||||
} else if (claim.value_type === 'repost') {
|
||||
return __('Repost');
|
||||
} else if (claim.value_type === 'collection') {
|
||||
return __('List');
|
||||
} else {
|
||||
} else {
|
||||
return __('Claim');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue