update 04/02
This commit is contained in:
@@ -4,7 +4,7 @@ import parse from 'html-react-parser';
|
||||
export default function ProductOffer({ item }: any) {
|
||||
return (
|
||||
<>
|
||||
{item.specialOffer.all.length > 0 &&
|
||||
{item.specialOffer?.all.length > 0 &&
|
||||
<div className="pd-offer-group mb-4 bg-[linear-gradient(182.15deg,#FFA480_-18.44%,#EB0C23_60.76%)] p-1 pt-2 rounded-[8px]">
|
||||
<div className="group-title font-600 text-white flex items-center leading-[22px] mb-2 px-2 text-16">
|
||||
<i className="icons icon-gift mr-2 animation-tada -mt-1" />
|
||||
|
||||
Reference in New Issue
Block a user