From 2b7639c903ff12821d33a11a3872ef9126c31202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Bregu=C3=AAz?= Date: Wed, 1 Jul 2020 08:56:49 -0300 Subject: [PATCH] Improve Title when TeamName is empty --- app/components/Layout.js | 2 +- app/components/PageTitle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Layout.js b/app/components/Layout.js index d3b2845fd..5fa7f64c6 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"} ( - {`${title} - ${team.name}`} + {`${title} - ${team.name}` | `${title} - Outline`}