Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jul 24, 2024
1 parent d4c5195 commit cbb879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function Header({
* when user is in homepage with workspace enabled + new navigation enabled
*/
const shouldHideExpandIcon =
navGroupEnabled && appId === 'home' && application.capabilities?.workspaces?.enabled;
navGroupEnabled && appId === 'home' && application.capabilities.workspaces.enabled;

const sidecarPaddingStyle = useMemo(() => {
return getOsdSidecarPaddingStyle(sidecarConfig);
Expand Down

0 comments on commit cbb879b

Please sign in to comment.