Pim: no longer pass the match object.

master
Tom Hacohen 7 years ago
parent 9f396173b0
commit 264145eb72

@ -33,7 +33,6 @@ class Pim extends React.PureComponent {
props: { props: {
etesync: CredentialsData; etesync: CredentialsData;
syncInfo: SyncInfo; syncInfo: SyncInfo;
match: any;
history: any; history: any;
}; };

@ -120,7 +120,6 @@ class SyncGate extends React.PureComponent {
<Pim <Pim
etesync={this.props.etesync} etesync={this.props.etesync}
syncInfo={journalMap} syncInfo={journalMap}
match={match}
history={history} history={history}
/> />
)} )}

Loading…
Cancel
Save