Merge pull request #213 from jedmund/remove-title-button-new
Don't show title button on /new
This commit is contained in:
commit
71546791b3
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