diff --git a/static/app-strings.json b/static/app-strings.json index f64c5b6b8..e5dcfad71 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -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--" } diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index 1775ab4b8..46d467d05 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -75,7 +75,6 @@ const Button = forwardRef((props: Props, ref: any) => { ...otherProps } = props; - console.log('user', user); const disable = disabled || (user === null && requiresAuth); const combinedClassName = classnames(