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 {
|
||||
state: State
|
||||
|
||||
constructor(props) {
|
||||
constructor(props: any) {
|
||||
super(props)
|
||||
this.state = {
|
||||
parties: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue