From d4d856e6c23d7552e954abebf0938b955743c561 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 30 Jan 2023 23:22:41 -0800 Subject: [PATCH] Don't show title button on new teams --- components/Header/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 4d2a6578..35af54c6 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -210,8 +210,6 @@ const Header = () => { } else { title = t('no_title') } - } else if (['weapons', 'summons', 'characters', 'new', ''].includes(path)) { - title = t('new_party') } else { title = '' }