Skip to content

Commit 5f26ed5

Browse files
committed
formated
1 parent d6a1126 commit 5f26ed5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/MultiSelect.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ function MultiSelect({
7979
onClickOutside: onMenuClose
8080
})
8181

82-
const calculatedWidth = `calc(100% - ${
83-
clearable && downArrow ? 60 : downArrow || clearable ? 40 : 5
84-
}px)`
82+
const calculatedWidth = `calc(100% - ${clearable && downArrow ? 60 : downArrow || clearable ? 40 : 5
83+
}px)`
8584

8685
const getValueObjFromOptios = (defaultValue, options) => {
8786
if (!defaultValue) return []

0 commit comments

Comments
 (0)