chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -37,9 +37,7 @@ const UserListItem = ({ user, onAdd, canEdit }: Props) => {
|
||||
<Button type="button" onClick={onAdd} icon={<PlusIcon />} neutral>
|
||||
Add
|
||||
</Button>
|
||||
) : (
|
||||
undefined
|
||||
)
|
||||
) : undefined
|
||||
}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user