fix: build
This commit is contained in:
@@ -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>
|
||||||
))
|
))
|
||||||
|
|||||||
@@ -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'>
|
||||||
|
|||||||
Reference in New Issue
Block a user