mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
disable single attribute per line
This commit is contained in:
@@ -12,11 +12,7 @@ interface OptionProps extends GroupProps {
|
||||
|
||||
export const Option = ({ children, ...props }: OptionProps) => {
|
||||
return (
|
||||
<Group
|
||||
classNames={{ root: styles.root }}
|
||||
grow
|
||||
{...props}
|
||||
>
|
||||
<Group classNames={{ root: styles.root }} grow {...props}>
|
||||
{children}
|
||||
</Group>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user