fix: build
This commit is contained in:
@@ -84,7 +84,7 @@ const ModalReport: FC<Props> = (props) => {
|
||||
htmlFor={`option-${option._id}`}
|
||||
className='text-sm text-gray-700 cursor-pointer'
|
||||
>
|
||||
{option.title}
|
||||
{option.content}
|
||||
</label>
|
||||
</div>
|
||||
))
|
||||
|
||||
@@ -76,7 +76,7 @@ const SingleProduct = ({ id }: SingleProductProps) => {
|
||||
<Description product={product} />
|
||||
<ProsCons product={product} />
|
||||
<Reviews product={product} />
|
||||
<Questions product={product} questions={questions} />
|
||||
<Questions product={product} />
|
||||
</div>
|
||||
</div>
|
||||
<div className='xl:w-[325px] xl:shrink-0'>
|
||||
|
||||
Reference in New Issue
Block a user