diff --git a/pkgs/webview-ui/app/src/components/SelectInput.tsx b/pkgs/webview-ui/app/src/components/SelectInput.tsx index e8023304e..cd08908cd 100644 --- a/pkgs/webview-ui/app/src/components/SelectInput.tsx +++ b/pkgs/webview-ui/app/src/components/SelectInput.tsx @@ -16,7 +16,7 @@ interface SelectInputProps { } export function SelectInput( - props: SelectInputProps + props: SelectInputProps, ) { return (