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:
Emi Matchu 2020-08-20 21:46:32 -07:00
parent 6821c2b734
commit 3f2b4df8f3

View file

@ -89,7 +89,6 @@ function Item({ item, itemNameId, isWorn, isInOutfit, dispatchToOutfit }) {
<SupportOnly>
<LoadableItemSupportDrawer
item={item}
outfitState="STOPSHIP"
isOpen={supportDrawerIsOpen}
onClose={() => setSupportDrawerIsOpen(false)}
/>