From 1a30cb65863fef080c80343f0f8f9262fec6ce28 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 18 Jun 2021 09:26:54 -0400 Subject: [PATCH] clean --- static/app-strings.json | 1 + ui/component/button/view.jsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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(