parent
d87c5e100d
commit
be7aa5835a
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ export default function Container({ error = false, children, service }) {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className="relative flex flex-row w-full">{visibleChildren?.slice(0, 4)}</div>;
|
return <div className="relative flex flex-row w-full">{visibleChildren}</div>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue