Update container.jsx

This commit is contained in:
shamoon 2023-05-09 16:43:58 -07:00
parent 20e3c16089
commit 866bb1c330

View File

@ -33,5 +33,5 @@ export default function Container({ error = false, children, service }) {
})); }));
} }
return <div className="relative flex flex-row w-full">{visibleChildren}</div>; return <div className="relative flex flex-row w-full">{visibleChildren.slice(0, 4)}</div>;
} }