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: {
etesync: CredentialsData;
syncInfo: SyncInfo;
match: any;
history: any;
};

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

Loading…
Cancel
Save