diff --git a/ts/components/TitleBarContainer.tsx b/ts/components/TitleBarContainer.tsx index 5b7ea02e2..b5e6d145f 100644 --- a/ts/components/TitleBarContainer.tsx +++ b/ts/components/TitleBarContainer.tsx @@ -260,18 +260,16 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
{children}
- {!isFullScreen ? ( - - ) : null} +
); };