From 82348321bbfeb0819dc859508d7df82d5dbf470c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 28 Jan 2022 23:15:18 -0800 Subject: [PATCH] Update index.tsx --- routes/PartiesRoute/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []