From 168ae17eb66fb743c46e62073dd006c9c743021f Mon Sep 17 00:00:00 2001
From: jessopb <36554050+jessopb@users.noreply.github.com>
Date: Thu, 2 Jun 2022 16:42:27 -0400
Subject: [PATCH] fix dragndrop publish (#7599)
---
static/app-strings.json | 2 ++
ui/component/app/view.jsx | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/static/app-strings.json b/static/app-strings.json
index a553fec7f..6576939b8 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -2310,5 +2310,7 @@
"%spaceUsed% of %limit% Free GB": "%spaceUsed% of %limit% Free GB",
"Disabled": "Disabled",
"Free --[legend, unused disk space]--": "Free",
+ "Top content in %language%": "Top content in %language%",
+ "Apply": "Apply",
"--end--": "--end--"
}
diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx
index 2a3ddefe7..4c5f5f849 100644
--- a/ui/component/app/view.jsx
+++ b/ui/component/app/view.jsx
@@ -143,7 +143,6 @@ function App(props: Props) {
const shouldMigrateLanguage = LANGUAGE_MIGRATIONS[language];
const hasActiveChannelClaim = activeChannelId !== undefined;
const isPersonalized = hasVerifiedEmail;
- const renderFiledrop = isAuthenticated;
useEffect(() => {
if (userId) {
@@ -349,7 +348,7 @@ function App(props: Props) {
>
- {renderFiledrop && }
+
{isEnhancedLayout && }