Remove old dependencies and props
This commit is contained in:
parent
662c2b0d5d
commit
926e892b51
1 changed files with 1 additions and 5 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue