Merge pull request #225 from Muffeter/dev

This commit is contained in:
DIYgod 2023-03-05 14:20:53 +00:00 committed by GitHub
commit 21aa30c260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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