Update index.tsx

This commit is contained in:
Justin Edmund 2022-02-04 00:17:33 -08:00
parent c8962296bc
commit 789104cb76

View file

@ -9,11 +9,7 @@ const NewRoute: React.FC = () => {
return (
<div id="Content">
<Party
editable={true}
extra={false}
pushHistory={callback}
/>
<Party pushHistory={callback} />
</div>
)
}