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 ( return (
<div id="Content"> <div id="Content">
<Party <Party pushHistory={callback} />
editable={true}
extra={false}
pushHistory={callback}
/>
</div> </div>
) )
} }