Remove old dependencies and props

This commit is contained in:
Justin Edmund 2023-04-19 00:35:21 -07:00
parent 662c2b0d5d
commit 926e892b51

View file

@ -326,11 +326,7 @@ const Party = (props: Props) => {
// Render: JSX components // Render: JSX components
const navigation = ( const navigation = (
<PartySegmentedControl <PartySegmentedControl selectedTab={currentTab} onClick={segmentClicked} />
selectedTab={currentTab}
onClick={segmentClicked}
onCheckboxChange={checkboxChanged}
/>
) )
const weaponGrid = ( const weaponGrid = (