Pim: no longer pass the match object.
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…
Reference in New Issue