mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 15:22:35 +02:00
disable single attribute per line
This commit is contained in:
@@ -52,10 +52,5 @@ export const PasswordSettings = () => {
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<SettingsSection
|
||||
divider={false}
|
||||
options={updateOptions}
|
||||
/>
|
||||
);
|
||||
return <SettingsSection divider={false} options={updateOptions} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user