fix dragndrop publish #7599

Merged
jessopb merged 1 commit from fix-dragNdrop into master 2022-06-02 22:42:27 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -2310,5 +2310,7 @@
"%spaceUsed% of %limit% Free GB": "%spaceUsed% of %limit% Free GB", "%spaceUsed% of %limit% Free GB": "%spaceUsed% of %limit% Free GB",
"Disabled": "Disabled", "Disabled": "Disabled",
"Free --[legend, unused disk space]--": "Free", "Free --[legend, unused disk space]--": "Free",
"Top content in %language%": "Top content in %language%",
"Apply": "Apply",
"--end--": "--end--" "--end--": "--end--"
} }

View file

@ -143,7 +143,6 @@ function App(props: Props) {
const shouldMigrateLanguage = LANGUAGE_MIGRATIONS[language]; const shouldMigrateLanguage = LANGUAGE_MIGRATIONS[language];
const hasActiveChannelClaim = activeChannelId !== undefined; const hasActiveChannelClaim = activeChannelId !== undefined;
const isPersonalized = hasVerifiedEmail; const isPersonalized = hasVerifiedEmail;
const renderFiledrop = isAuthenticated;
useEffect(() => { useEffect(() => {
if (userId) { if (userId) {
@ -349,7 +348,7 @@ function App(props: Props) {
> >
<Router /> <Router />
<ModalRouter /> <ModalRouter />
{renderFiledrop && <FileDrop />} <FileDrop />
<FileRenderFloating /> <FileRenderFloating />
{isEnhancedLayout && <Yrbl className="yrbl--enhanced" />} {isEnhancedLayout && <Yrbl className="yrbl--enhanced" />}