mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-25 03:46:29 +02:00
disable single attribute per line
This commit is contained in:
@@ -28,10 +28,7 @@ export const SettingsSection = ({ divider, options }: SettingsSectionProps) => {
|
||||
return (
|
||||
<>
|
||||
{values.map((option) => (
|
||||
<SettingsOptions
|
||||
key={`option-${option.title}`}
|
||||
{...option}
|
||||
/>
|
||||
<SettingsOptions key={`option-${option.title}`} {...option} />
|
||||
))}
|
||||
{divider !== false && values.length > 0 && <Divider />}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user