🐛 Afficher 'non' plutôt que false au clic sur 'aucun'

pull/6/head
mama 2017-05-05 19:28:01 +02:00
parent 4949ea2269
commit 2c7ab1a41a
1 changed files with 1 additions and 1 deletions

View File

@ -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>)