chore: Update syntax, improve more typing (#1439)
* chore: <React.Fragment> to <> * flow types
This commit is contained in:
@@ -104,12 +104,12 @@ class People extends React.Component<Props> {
|
||||
</Tab>
|
||||
|
||||
{can.invite && (
|
||||
<React.Fragment>
|
||||
<>
|
||||
<Separator />
|
||||
<Tab to="/settings/people/invited" exact>
|
||||
Invited
|
||||
</Tab>
|
||||
</React.Fragment>
|
||||
</>
|
||||
)}
|
||||
</Tabs>
|
||||
<PaginatedList
|
||||
|
||||
Reference in New Issue
Block a user