From 9ef0e0314337afa60f86d9cb58425a618a5d410b Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Mon, 14 Feb 2022 14:31:31 +0300 Subject: [PATCH] Fixed Bug 55330 - Client. Fixed header title. --- .../ASC.Files/Client/src/pages/Home/Section/Header/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js b/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js index d163b8102fd..266de85f1a7 100644 --- a/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js +++ b/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js @@ -20,7 +20,7 @@ const StyledContainer = styled.div` .header-container { position: relative; ${(props) => - props.title && + props.isTitle && css` display: grid; grid-template-columns: ${(props) => @@ -395,7 +395,7 @@ class SectionHeaderContent extends React.Component { width={context.sectionWidth} isRootFolder={isRootFolder} canCreate={canCreate} - title={title} + isTitle={title} isDesktop={isDesktop} isTabletView={isTabletView} isLoading={isLoading} @@ -436,6 +436,7 @@ class SectionHeaderContent extends React.Component { className="headline-header" type="content" truncate={true} + title={title} > {title}