File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import ComponentMap from './ComponentMap';
1818import AtomsRelationship from './AtomsRelationship.jsx' ;
1919import PerformanceVisx from './PerformanceVisx' ;
2020import ZoomI from './zoomFt' ;
21+ // import History from './History'
2122
2223import { changeView , changeSlider } from '../actions/actions' ;
2324import { useStoreContext } from '../store' ;
@@ -84,16 +85,14 @@ const StateRoute = (props: StateRouteProps) => {
8485 < div >
8586 < ParentSize >
8687 { ( { width, height } ) => (
87- < ZoomI >
88- < History
89- width = { width }
90- height = { height }
91- hierarchy = { hierarchy }
92- dispatch = { dispatch }
93- sliderIndex = { sliderIndex }
94- viewIndex = { viewIndex }
95- />
96- </ ZoomI >
88+ < History
89+ width = { width }
90+ height = { height }
91+ hierarchy = { hierarchy }
92+ dispatch = { dispatch }
93+ sliderIndex = { sliderIndex }
94+ viewIndex = { viewIndex }
95+ />
9796 ) }
9897 </ ParentSize >
9998 </ div >
You can’t perform that action at this time.
0 commit comments