Update index.tsx
This commit is contained in:
parent
cc34cfff7c
commit
82348321bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue