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
|
@ -158,7 +158,7 @@ function WalletSendTip(props: Props) {
|
||||||
return __('Repost');
|
return __('Repost');
|
||||||
} else if (claim.value_type === 'collection') {
|
} else if (claim.value_type === 'collection') {
|
||||||
return __('List');
|
return __('List');
|
||||||
} else {
|
} else {
|
||||||
return __('Claim');
|
return __('Claim');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue