From f8c4d6dce46639f45fa8570dddae35870c868bc4 Mon Sep 17 00:00:00 2001 From: Justin Collier Date: Tue, 1 Oct 2019 22:22:44 -0500 Subject: [PATCH] fixes flow error on account/view page --- src/ui/page/account/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/page/account/view.jsx b/src/ui/page/account/view.jsx index 98d0d371a..08f48301d 100644 --- a/src/ui/page/account/view.jsx +++ b/src/ui/page/account/view.jsx @@ -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 (