Remove extra prop

This commit is contained in:
Justin Edmund 2022-02-02 18:41:44 -08:00
parent 827473ee5a
commit f482b34429

View file

@ -127,7 +127,6 @@ const PartyRoute: React.FC = () => {
weapons={weapons}
summons={summons}
editable={editable}
exists={found}
extra={extra}
/>
</div>