Update index.tsx
This commit is contained in:
parent
c8962296bc
commit
789104cb76
1 changed files with 1 additions and 5 deletions
|
|
@ -9,11 +9,7 @@ const NewRoute: React.FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="Content">
|
<div id="Content">
|
||||||
<Party
|
<Party pushHistory={callback} />
|
||||||
editable={true}
|
|
||||||
extra={false}
|
|
||||||
pushHistory={callback}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue