removed stock

This commit is contained in:
Jelaletdin12
2026-02-04 10:29:41 +05:00
parent 188df98bbf
commit 2cd3c84153

View File

@@ -47,7 +47,7 @@ export function ProductInfoCard({
</> </>
)} )}
{stock !== undefined && ( {/* {stock !== undefined && (
<> <>
<div className="flex justify-between items-center py-2"> <div className="flex justify-between items-center py-2">
<span className="text-gray-500">{t("stock")}</span> <span className="text-gray-500">{t("stock")}</span>
@@ -79,7 +79,7 @@ export function ProductInfoCard({
</div> </div>
<Separator /> <Separator />
</> </>
)} )} */}
{colour && ( {colour && (
<> <>