Skip to content

Commit c117dbc

Browse files
committed
fix: formatting issues
1 parent bb122ac commit c117dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const SelectPickerMultiValueLabel = <OptionValue, IsMulti extends boolean
227227
Pick<SelectPickerProps<OptionValue, IsMulti>['multiSelectProps'], 'getIsOptionValid'>) => {
228228
const { data, selectProps } = props
229229
const isOptionValid = getIsOptionValid(data)
230-
const iconToDisplay = isOptionValid ? (data.startIcon || data.endIcon) ?? null : <ICErrorExclamation />
230+
const iconToDisplay = isOptionValid ? ((data.startIcon || data.endIcon) ?? null) : <ICErrorExclamation />
231231

232232
return (
233233
<div className="flex dc__gap-4 mw-0 dc__truncate">

0 commit comments

Comments
 (0)