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.",
|
||||
"Chat": "Chat",
|
||||
"Tipped": "Tipped",
|
||||
"Fromage": "Fromage",
|
||||
"--end--": "--end--"
|
||||
}
|
||||
|
|
|
@ -75,7 +75,6 @@ const Button = forwardRef<any, {}>((props: Props, ref: any) => {
|
|||
...otherProps
|
||||
} = props;
|
||||
|
||||
console.log('user', user);
|
||||
const disable = disabled || (user === null && requiresAuth);
|
||||
|
||||
const combinedClassName = classnames(
|
||||
|
|
Loading…
Reference in a new issue