fixes flow error on account/view page
This commit is contained in:
parent
068109038f
commit
f8c4d6dce4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import UserEmail from 'component/userEmail';
|
|||
import InviteNew from 'component/inviteNew';
|
||||
import InviteList from 'component/inviteList';
|
||||
|
||||
const AccountPage = (props: Props) => {
|
||||
const AccountPage = (props: any) => {
|
||||
return (
|
||||
<Page>
|
||||
<div className="columns section">
|
||||
|
|
Loading…
Reference in a new issue