diff --git a/app/components/PageTitle.js b/app/components/PageTitle.js index af02af4d..43413e00 100644 --- a/app/components/PageTitle.js +++ b/app/components/PageTitle.js @@ -16,7 +16,7 @@ const { team } = auth; const PageTitle = observer(({ auth, title, favicon }: Props) => ( - {team.name ? `${title} - ${team.name} | Outline` : `${title} - Outline`} + {team ? `${title} - ${team.name} - Outline` : `${title} - Outline`}