diff --git a/.changelog/1018.trivial.md b/.changelog/1018.trivial.md new file mode 100644 index 000000000..184d7dff6 --- /dev/null +++ b/.changelog/1018.trivial.md @@ -0,0 +1 @@ +Enable scrollable tabs diff --git a/src/app/components/RouterTabs/index.tsx b/src/app/components/RouterTabs/index.tsx index 3783a4e3d..bcca20082 100644 --- a/src/app/components/RouterTabs/index.tsx +++ b/src/app/components/RouterTabs/index.tsx @@ -22,7 +22,7 @@ export function RouterTabs({ tabs, context }: RouterTabsProps) return ( <> - + {tabs .filter(tab => tab === currentTab || tab.visible !== false) .map(tab => (