Fixed a name typo in a radio button

This commit is contained in:
Brian Vaughn
2019-04-03 09:57:13 -07:00
parent f92d2bbf83
commit 5b879ac095
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Settings({ portalContainer }: Props) {
<label className={styles.Option}>
<input
type="radio"
name="Settings-Settings-theme"
name="Settings-theme"
checked={theme === 'auto'}
value="auto"
onChange={updateTheme}