This commit is contained in:
zeppi 2021-06-18 09:26:54 -04:00 committed by jessopb
parent d0b6839755
commit 1a30cb6586
2 changed files with 1 additions and 1 deletions

View file

@ -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--"
}

View file

@ -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(