Update command.tsx

This commit is contained in:
Gautam Hegde
2024-03-08 22:12:05 +05:30
committed by GitHub
parent ad92b1ac23
commit b433225762

View File

@ -96,10 +96,7 @@ const CommandGroup = React.forwardRef<
className, className,
)} )}
{...props} {...props}
> />
<div className="bg-border -mx-1 h-px"></div>
{props.children}
</CommandPrimitive.Group>
)); ));
CommandGroup.displayName = CommandPrimitive.Group.displayName; CommandGroup.displayName = CommandPrimitive.Group.displayName;