diff --git a/apps/web/src/components/status-bar/index.tsx b/apps/web/src/components/status-bar/index.tsx index 148a7b7e4..1c43ec39b 100644 --- a/apps/web/src/components/status-bar/index.tsx +++ b/apps/web/src/components/status-bar/index.tsx @@ -62,7 +62,7 @@ function StatusBar() { borderTop: "1px solid", borderTopColor: "separator", justifyContent: "space-between", - display: ["none", "none", "flex"], + display: ["none", "flex", "flex"], flexShrink: 0, height: 24 }}