chore: Update syntax, improve more typing (#1439)
* chore: <React.Fragment> to <> * flow types
This commit is contained in:
@ -30,7 +30,7 @@ const MemberListItem = ({
|
||||
onRemove={onRemove}
|
||||
onUpdate={onUpdate}
|
||||
renderActions={({ openMembersModal }) => (
|
||||
<React.Fragment>
|
||||
<>
|
||||
<Select
|
||||
label="Permissions"
|
||||
options={PERMISSIONS}
|
||||
@ -51,7 +51,7 @@ const MemberListItem = ({
|
||||
<DropdownMenuItem onClick={onRemove}>Remove</DropdownMenuItem>
|
||||
</DropdownMenu>
|
||||
</ButtonWrap>
|
||||
</React.Fragment>
|
||||
</>
|
||||
)}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user