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 = '' }