remove stray unused outfitState prop
right, we get this value from context now; that's why this STOPSHIP was here but not actually breaking anything!
This commit is contained in:
parent
6821c2b734
commit
3f2b4df8f3
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ function Item({ item, itemNameId, isWorn, isInOutfit, dispatchToOutfit }) {
|
||||||
<SupportOnly>
|
<SupportOnly>
|
||||||
<LoadableItemSupportDrawer
|
<LoadableItemSupportDrawer
|
||||||
item={item}
|
item={item}
|
||||||
outfitState="STOPSHIP"
|
|
||||||
isOpen={supportDrawerIsOpen}
|
isOpen={supportDrawerIsOpen}
|
||||||
onClose={() => setSupportDrawerIsOpen(false)}
|
onClose={() => setSupportDrawerIsOpen(false)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue