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
|
// Render: JSX components
|
||||||
const navigation = (
|
const navigation = (
|
||||||
<PartySegmentedControl
|
<PartySegmentedControl selectedTab={currentTab} onClick={segmentClicked} />
|
||||||
selectedTab={currentTab}
|
|
||||||
onClick={segmentClicked}
|
|
||||||
onCheckboxChange={checkboxChanged}
|
|
||||||
/>
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const weaponGrid = (
|
const weaponGrid = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue