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
const navigation = (
<PartySegmentedControl
selectedTab={currentTab}
onClick={segmentClicked}
onCheckboxChange={checkboxChanged}
/>
<PartySegmentedControl selectedTab={currentTab} onClick={segmentClicked} />
)
const weaponGrid = (