From 41848aa7e37d90fb41a27950e3a243fd687ca594 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 10 Sep 2019 22:41:31 +0100 Subject: [PATCH] Remove useless constructor --- src/SyncGate.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SyncGate.tsx b/src/SyncGate.tsx index 4842c43..0ac90cc 100644 --- a/src/SyncGate.tsx +++ b/src/SyncGate.tsx @@ -110,10 +110,6 @@ const syncInfoSelector = createSelector( const PimRouter = withRouter(Pim); class SyncGate extends React.PureComponent { - constructor(props: PropsTypeInner) { - super(props); - } - public componentDidMount() { const me = this.props.etesync.credentials.email; const syncAll = () => {