fix: build

This commit is contained in:
hamid zarghami
2025-10-30 11:14:48 +03:30
parent 50d1864283
commit 93da20815b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const ModalReport: FC<Props> = (props) => {
htmlFor={`option-${option._id}`} htmlFor={`option-${option._id}`}
className='text-sm text-gray-700 cursor-pointer' className='text-sm text-gray-700 cursor-pointer'
> >
{option.title} {option.content}
</label> </label>
</div> </div>
)) ))
+1 -1
View File
@@ -76,7 +76,7 @@ const SingleProduct = ({ id }: SingleProductProps) => {
<Description product={product} /> <Description product={product} />
<ProsCons product={product} /> <ProsCons product={product} />
<Reviews product={product} /> <Reviews product={product} />
<Questions product={product} questions={questions} /> <Questions product={product} />
</div> </div>
</div> </div>
<div className='xl:w-[325px] xl:shrink-0'> <div className='xl:w-[325px] xl:shrink-0'>