From a333f4810283a9b89103dacd70067860a01ce114 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 7 Jan 2023 10:58:22 -0500 Subject: [PATCH] fix: Hanging } --- app/components/PageTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/PageTitle.tsx b/app/components/PageTitle.tsx index 1ffacf4e3..03973c831 100644 --- a/app/components/PageTitle.tsx +++ b/app/components/PageTitle.tsx @@ -17,7 +17,7 @@ const PageTitle = ({ title, favicon }: Props) => { return ( - {team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}}`} + {team?.name ? `${title} - ${team.name}` : `${title} - ${env.APP_NAME}`} {favicon ? (