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 {
249
249
Clear
250
250
</ Button >
251
251
</ 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
+ }
265
259
</ div >
266
260
</ div >
267
261
) : null }
You can’t perform that action at this time.
0 commit comments