mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
clean
This commit is contained in:
parent
d0b6839755
commit
1a30cb6586
2 changed files with 1 additions and 1 deletions
|
@ -1968,5 +1968,6 @@
|
||||||
"By default, lists are private. You can edit them and later publish them from the Lists page or the Publish context menu on this page. Similar to uploads, small blockchain fees apply.": "By default, lists are private. You can edit them and later publish them from the Lists page or the Publish context menu on this page. Similar to uploads, small blockchain fees apply.",
|
"By default, lists are private. You can edit them and later publish them from the Lists page or the Publish context menu on this page. Similar to uploads, small blockchain fees apply.": "By default, lists are private. You can edit them and later publish them from the Lists page or the Publish context menu on this page. Similar to uploads, small blockchain fees apply.",
|
||||||
"Chat": "Chat",
|
"Chat": "Chat",
|
||||||
"Tipped": "Tipped",
|
"Tipped": "Tipped",
|
||||||
|
"Fromage": "Fromage",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,6 @@ const Button = forwardRef<any, {}>((props: Props, ref: any) => {
|
||||||
...otherProps
|
...otherProps
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
console.log('user', user);
|
|
||||||
const disable = disabled || (user === null && requiresAuth);
|
const disable = disabled || (user === null && requiresAuth);
|
||||||
|
|
||||||
const combinedClassName = classnames(
|
const combinedClassName = classnames(
|
||||||
|
|
Loading…
Add table
Reference in a new issue