diff --git a/src/components/ui/command.tsx b/src/components/ui/command.tsx index e77df5f..ff34302 100644 --- a/src/components/ui/command.tsx +++ b/src/components/ui/command.tsx @@ -23,7 +23,8 @@ const Command = React.forwardRef< )) Command.displayName = CommandPrimitive.displayName -interface CommandDialogProps extends DialogProps {} +// eslint-disable-next-line prettier/prettier +interface CommandDialogProps extends DialogProps { } const CommandDialog = ({ children, ...props }: CommandDialogProps) => { return ( @@ -119,7 +120,7 @@ const CommandItem = React.forwardRef<