From 34ff87d504836ff71b3bb2d466842c00ee3c5ec2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Nov 2025 01:59:02 +0000 Subject: chore: format code --- packages/ui/src/components/select.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/ui/src/components/select.tsx') diff --git a/packages/ui/src/components/select.tsx b/packages/ui/src/components/select.tsx index 305e8a4f8..dea6743ee 100644 --- a/packages/ui/src/components/select.tsx +++ b/packages/ui/src/components/select.tsx @@ -49,9 +49,7 @@ export function Select(props: SelectProps & ButtonProps) { {...itemProps} > - {props.label - ? props.label(itemProps.item.rawValue) - : (itemProps.item.rawValue as string)} + {props.label ? props.label(itemProps.item.rawValue) : (itemProps.item.rawValue as string)} -- cgit v1.2.3