diff --git a/www/src/Pages/SettingsPage.jsx b/www/src/Pages/SettingsPage.jsx index 42deabe33..8b2ebc1bb 100644 --- a/www/src/Pages/SettingsPage.jsx +++ b/www/src/Pages/SettingsPage.jsx @@ -121,11 +121,11 @@ const SHA256 = (ascii) => { const INPUT_MODES = [ { labelKey: 'input-mode-options.xinput', - value: 0, - group: 'primary', - optional: ['usb'], - authentication: ['none', 'usb'], - }, + value: 0, + group: 'primary', + optional: ['usb'], + authentication: ['none', 'usb'], + }, { labelKey: 'input-mode-options.nintendo-switch', value: 1, @@ -960,10 +960,10 @@ export default function SettingsPage() { )} ); - case 'input-mode-options.xinput': - return ( -
- {generateAuthSelection( + case 'input-mode-options.xinput': + return ( +
+ {generateAuthSelection( inputMode, t('SettingsPage:auth-settings-label'), 'xinputAuthType', @@ -971,17 +971,17 @@ export default function SettingsPage() { errors.xinputAuthType, handleChange, )} - - - }} - /> - - -
- ); + + + }} + /> + + +
+ ); case 'input-mode-options.xbone': return (