From a077766bff0bf537f61be41a6133e56c4e6336c1 Mon Sep 17 00:00:00 2001 From: Matheus Rocha Vieira Date: Wed, 8 Jul 2020 14:48:05 -0300 Subject: [PATCH] Update app/components/Layout.js Co-authored-by: Tom Moor --- app/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Layout.js b/app/components/Layout.js index 82bbabaf5..6c0660fe9 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -97,7 +97,7 @@ class Layout extends React.Component { return ( - {team.name ? `${team.name} | Outline` : "Outline"} + {team ? `${team.name} – Outline` : "Outline"}