We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b300a commit 522e343Copy full SHA for 522e343
src/components/PassengerShowcaseForm.js
@@ -362,7 +362,7 @@ const PassengerShowcaseForm = () => {
362
<input
363
type="radio"
364
name="socialPermission"
365
- value="true"
+ value={true}
366
checked={state.socialPermission === true}
367
onChange={onChange}
368
/>
@@ -373,7 +373,7 @@ const PassengerShowcaseForm = () => {
373
374
375
376
- value="false"
+ value={false}
377
checked={state.socialPermission === false}
378
379
0 commit comments