Only show Extra toggle when editable
This commit is contained in:
parent
06f698d1e1
commit
2d4302c0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const PartySegmentedControl = (props: Props) => {
|
|||
|
||||
{
|
||||
(() => {
|
||||
if (props.selectedTab == GridType.Weapon) {
|
||||
if (props.editable && props.selectedTab == GridType.Weapon) {
|
||||
return extraToggle
|
||||
}
|
||||
})()
|
||||
|
|
|
|||
Loading…
Reference in a new issue