Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed May 17, 2024
1 parent 20bb136 commit 1c49502
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,7 @@ function _CustomSelect( props: _CustomSelectProps & CustomSelectStore ) {
</Styled.SelectLabel>
) }
<CustomSelectButton { ...restProps } store={ store } />
<Styled.SelectPopover
gutter={ 12 }
store={ store }
sameWidth
fitViewport
>
<Styled.SelectPopover gutter={ 12 } store={ store } sameWidth>
<CustomSelectContext.Provider value={ { store } }>
{ children }
</CustomSelectContext.Provider>
Expand Down

0 comments on commit 1c49502

Please sign in to comment.