mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-19 16:59:46 +00:00
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');
|
||||
} else if (claim.value_type === 'collection') {
|
||||
return __('List');
|
||||
} else {
|
||||
} else {
|
||||
return __('Claim');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue