🐛 Afficher 'non' plutôt que false au clic sur 'aucun'
parent
4949ea2269
commit
2c7ab1a41a
|
@ -85,7 +85,7 @@ export default class Question extends Component {
|
|||
)}
|
||||
{choices.canGiveUp &&
|
||||
<li key='aucun' className="variantLeaf aucun">
|
||||
<RadioLabel {...{value: false, label: 'Aucun', input, submit, themeColours}}/>
|
||||
<RadioLabel {...{value: 'non', label: 'Aucun', input, submit, themeColours}}/>
|
||||
</li>
|
||||
}
|
||||
</ul>)
|
||||
|
|
Loading…
Reference in New Issue