Posts by Mauricio Carlezzo • 26 points
1 post
-
1
votes1
answer456
viewsA: Reactjs - if condition inside the map
if(this.state.uf === estado.uf){ **return** <option selected value={estado.uf} label={estado.estado} key={i} /> } else{ **return** <option value={estado.uf} label={estado.estado} key={i}…