fix: Minor fixes to new collection sharing UI (behind flag)
This commit is contained in:
@@ -250,7 +250,7 @@ const InputSelect = (props: Props, ref: React.RefObject<InputSelectRef>) => {
|
||||
const isSelected = select.selectedValue === opt.value;
|
||||
const Icon = isSelected ? CheckmarkIcon : Spacer;
|
||||
return (
|
||||
<>
|
||||
<React.Fragment key={opt.value}>
|
||||
{opt.divider && <Separator />}
|
||||
<StyledSelectOption
|
||||
{...select}
|
||||
@@ -262,7 +262,7 @@ const InputSelect = (props: Props, ref: React.RefObject<InputSelectRef>) => {
|
||||
|
||||
{labelForOption(opt)}
|
||||
</StyledSelectOption>
|
||||
</>
|
||||
</React.Fragment>
|
||||
);
|
||||
})
|
||||
: null}
|
||||
|
||||
Reference in New Issue
Block a user