|
|
@ -78,6 +78,9 @@ const syncInfoSelector = createSelector(
|
|
|
|
},
|
|
|
|
},
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const PimRouter = withRouter(Pim);
|
|
|
|
|
|
|
|
const JournalRouter = withRouter(Journal);
|
|
|
|
|
|
|
|
|
|
|
|
class SyncGate extends React.PureComponent {
|
|
|
|
class SyncGate extends React.PureComponent {
|
|
|
|
props: PropsTypeInner;
|
|
|
|
props: PropsTypeInner;
|
|
|
|
|
|
|
|
|
|
|
@ -135,9 +138,6 @@ class SyncGate extends React.PureComponent {
|
|
|
|
|
|
|
|
|
|
|
|
const journalMap = syncInfoSelector(this.props);
|
|
|
|
const journalMap = syncInfoSelector(this.props);
|
|
|
|
|
|
|
|
|
|
|
|
const PimRouter = withRouter(Pim);
|
|
|
|
|
|
|
|
const JournalRouter = withRouter(Journal);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Switch>
|
|
|
|
<Switch>
|
|
|
|
<Route
|
|
|
|
<Route
|
|
|
|