diff --git a/frontend/app/tab/tabbar.tsx b/frontend/app/tab/tabbar.tsx index 9947c43cb..09690908d 100644 --- a/frontend/app/tab/tabbar.tsx +++ b/frontend/app/tab/tabbar.tsx @@ -542,7 +542,7 @@ const TabBar = React.memo(({ workspace }: TabBarProps) => { {appMenuButton} {devLabel} - {isDev ? : null} + {isDev() ? : null}
{tabIds.map((tabId, index) => {