File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -249,19 +249,13 @@ function ActionContainer(props: ActionContainerProps): JSX.Element {
249249 Clear
250250 </ Button >
251251 </ div >
252- < div className = 'MapRouteAndSlider' style = { {
253- display : 'flex' ,
254- flexDirection : 'row' ,
255- alignItems : 'flex-start' ,
256- } } >
257- < div className = 'snapshots' >
258- { dropdownSelection === 'Provider/Consumer' && < ProvConContainer /> }
259- { dropdownSelection === 'TimeJump' &&
260- Object . keys ( routes ) . map ( ( route , i ) => (
261- < RouteDescription key = { `route${ i } ` } actions = { routes [ route ] } />
262- ) )
263- }
264- </ div >
252+ < div className = 'snapshots' >
253+ { dropdownSelection === 'Provider/Consumer' && < ProvConContainer /> }
254+ { dropdownSelection === 'TimeJump' &&
255+ Object . keys ( routes ) . map ( ( route , i ) => (
256+ < RouteDescription key = { `route${ i } ` } actions = { routes [ route ] } />
257+ ) )
258+ }
265259 </ div >
266260 </ div >
267261 ) : null }
You can’t perform that action at this time.
0 commit comments