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 (
|
||||
<div id="Content">
|
||||
<Party
|
||||
editable={true}
|
||||
extra={false}
|
||||
pushHistory={callback}
|
||||
/>
|
||||
<Party pushHistory={callback} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue