url issue fixed
This commit is contained in:
@@ -59,13 +59,13 @@ export default function CartType() {
|
|||||||
})}
|
})}
|
||||||
|
|
||||||
{/* Avtoliftlar */}
|
{/* Avtoliftlar */}
|
||||||
{carType === "avtolift" &&
|
{carType === "Avtolift" &&
|
||||||
avtolift.map((item) => {
|
avtolift.map((item) => {
|
||||||
return <InnerProductcard data={item} key={item.id} />;
|
return <InnerProductcard data={item} key={item.id} />;
|
||||||
})}
|
})}
|
||||||
|
|
||||||
{/* Avtovishka */}
|
{/* Avtovishka */}
|
||||||
{carType === "avtovishka" &&
|
{carType === "Avtovishka" &&
|
||||||
avtovishka.map((item) => {
|
avtovishka.map((item) => {
|
||||||
return <InnerProductcard data={item} key={item.id} />;
|
return <InnerProductcard data={item} key={item.id} />;
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user