diff --git a/routes/PartiesRoute/index.tsx b/routes/PartiesRoute/index.tsx index f30974b8..2b29226b 100644 --- a/routes/PartiesRoute/index.tsx +++ b/routes/PartiesRoute/index.tsx @@ -7,7 +7,7 @@ interface State { class PartiesRoute extends React.Component { state: State - constructor(props) { + constructor(props: any) { super(props) this.state = { parties: []