diff --git a/client/coral-admin/src/containers/LayoutContainer.js b/client/coral-admin/src/containers/LayoutContainer.js index ce2761ce8..adeb8a346 100644 --- a/client/coral-admin/src/containers/LayoutContainer.js +++ b/client/coral-admin/src/containers/LayoutContainer.js @@ -55,7 +55,11 @@ class LayoutContainer extends Component { /> ); } else if (loggedIn) { - return
This page is for team use only. Please contact an administrator if you want to join this team.
; + return ( +This page is for team use only. Please contact an administrator if you want to join this team.
; +