Skip to content

Commit

Permalink
Corrigindo model de mostrar a informação da questão ao cadastrar.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoborgesmachado committed Jan 18, 2024
1 parent f204651 commit c9e7635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CadastroQuestao/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function CadastraQuestao(){
{
<>
{
item.anexoResposta.length > 0 ?
item.anexoResposta.length > 0 && item.anexoResposta[0].anexo != ''?
<div id="imagemResposta">
<img src={item.anexoResposta[0]?.anexo}/>
</div>
Expand Down

0 comments on commit c9e7635

Please sign in to comment.