Skip to content

Commit

Permalink
Merge pull request #225 from Muffeter/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod authored Mar 5, 2023
2 parents cffc0a3 + e1a360f commit 21aa30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Tabs: React.FC<{ items: TabItem[] }> = ({ items }) => {
const { t } = useTranslation(["dashboard"])

return (
<div className="flex border-b space-x-5 mb-8 overflow-x-scroll">
<div className="flex border-b space-x-5 mb-8">
{items.map((item) => {
if (item.hidden) return null

Expand Down

0 comments on commit 21aa30c

Please sign in to comment.