Only show Extra toggle when editable

This commit is contained in:
Justin Edmund 2022-01-31 23:27:18 -08:00
parent 06f698d1e1
commit 2d4302c0cb

View file

@ -67,7 +67,7 @@ const PartySegmentedControl = (props: Props) => {
{ {
(() => { (() => {
if (props.selectedTab == GridType.Weapon) { if (props.editable && props.selectedTab == GridType.Weapon) {
return extraToggle return extraToggle
} }
})() })()