diff --git a/chrome/content/zotero/components/tabBar.jsx b/chrome/content/zotero/components/tabBar.jsx index a33db03a1d..791608d544 100644 --- a/chrome/content/zotero/components/tabBar.jsx +++ b/chrome/content/zotero/components/tabBar.jsx @@ -302,7 +302,10 @@ const TabBar = forwardRef(function (props, ref) { onWheel={handleWheel} >
-
+
{tabs.length ? renderTab(tabs[0], 0) : null}