commenting diplaying the right answer for debug
This commit is contained in:
parent
137aae5fa8
commit
19cba12752
|
|
@ -39,7 +39,7 @@ export default function GameQuestion({ questionId, correctAnswer }, ...props) {
|
||||||
<img src={anwserIconUnsafe} alt='' />
|
<img src={anwserIconUnsafe} alt='' />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p className='pt-8'>{correctAnswer}</p>
|
{/* <p className='pt-8'>{correctAnswer}</p> */}
|
||||||
</div>
|
</div>
|
||||||
<div className='modal-content-container__cover'>
|
<div className='modal-content-container__cover'>
|
||||||
<img src={objectPictureUrl} alt='' />
|
<img src={objectPictureUrl} alt='' />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user