Update index.tsx

This commit is contained in:
Justin Edmund 2022-01-28 23:15:18 -08:00
parent cc34cfff7c
commit 82348321bb

View file

@ -7,7 +7,7 @@ interface State {
class PartiesRoute extends React.Component { class PartiesRoute extends React.Component {
state: State state: State
constructor(props) { constructor(props: any) {
super(props) super(props)
this.state = { this.state = {
parties: [] parties: []