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