satof3 před 1 rokem
rodič
revize
459fd30bcc

+ 1 - 1
apps/app/src/client/components/Sidebar/AppTitle/AppTitle.module.scss

@@ -81,7 +81,7 @@
   width: calc(100% - $toggle-collapse-button-width);
 }
 
-// ==Sidebar Head when Editor
+// ==Sidebar Head when Editor mode
 @include bs.color-mode(light) {
   .on-editor-sidebar-head {
     background-color: var(

+ 2 - 1
apps/app/src/client/components/Sidebar/AppTitle/AppTitle.tsx

@@ -36,7 +36,8 @@ const AppTitleSubstance = memo(({ className = '', hideAppTitle = false }: Props)
           </div>
         )}
       </div>
-      {!(confidential == null || confidential === '') && (
+      {!(confidential == null || confidential === '')
+      && (
         <UncontrolledTooltip
           className="d-none d-sm-block confidential-tooltip"
           innerClassName="text-start"