Don't show title button on new teams
This commit is contained in:
parent
714acbed35
commit
d4d856e6c2
1 changed files with 0 additions and 2 deletions
|
|
@ -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 = ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue