diff --git a/components/Shell.tsx b/components/Shell.tsx index 1cf3868848..13461bc217 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -106,7 +106,7 @@ export function ShellSubHeading(props: { {props.subtitle &&

{props.subtitle}

} - {props.actions &&
{props.actions}
} + {props.actions &&
{props.actions}
} ); } @@ -199,7 +199,7 @@ export default function Shell(props: {
-
+
@@ -211,7 +211,7 @@ export default function Shell(props: { -