From 264145eb7237077340c43224295401cc9e5d32ff Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 14 Dec 2017 14:35:29 +0000 Subject: [PATCH] Pim: no longer pass the match object. --- src/Pim.tsx | 1 - src/SyncGate.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Pim.tsx b/src/Pim.tsx index 957d091..81ae859 100644 --- a/src/Pim.tsx +++ b/src/Pim.tsx @@ -33,7 +33,6 @@ class Pim extends React.PureComponent { props: { etesync: CredentialsData; syncInfo: SyncInfo; - match: any; history: any; }; diff --git a/src/SyncGate.tsx b/src/SyncGate.tsx index d2a0b3a..4dc9d0b 100644 --- a/src/SyncGate.tsx +++ b/src/SyncGate.tsx @@ -120,7 +120,6 @@ class SyncGate extends React.PureComponent { )}