Fixes prettier/prettier linting error

This commit is contained in:
Matt Montgomery
2018-02-05 17:46:10 -07:00
committed by GitHub
parent c289ed149f
commit 9c139eb703
+1 -4
View File
@@ -75,10 +75,7 @@ class LayoutContainer extends React.Component {
);
} else if (loggedIn) {
return (
<Layout
handleLogout={logout}
{...this.props}
>
<Layout handleLogout={logout} {...this.props}>
<p>
This page is for team use only. Please contact an administrator if
you want to join this team.