This commit was merged in pull request #158.
This commit is contained in:
2023-06-12 14:01:25 +01:00
parent 7125ce936e
commit bbbfe799a3
+1 -1
View File
@@ -15,7 +15,7 @@ export default function HomeSliders(props) {
<img src={slider2} alt="slider" className="w-full h-full" />
</div>
)}
{props.bannerList?.length &&
{props.bannerList?.length > 0 &&
props.bannerList.map((item, index) => (
<div
key={index}