File tree Expand file tree Collapse file tree 2 files changed +0
-68
lines changed Expand file tree Collapse file tree 2 files changed +0
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/* eslint-disable max-len */
2
2
import React , { useEffect , useState } from 'react' ;
3
3
import Action from '../components/Actions/Action' ;
4
- import SwitchAppDropdown from '../components/Actions/SwitchApp' ;
5
4
import { emptySnapshots , changeView , changeSlider } from '../slices/mainSlice' ;
6
5
import { useDispatch , useSelector } from 'react-redux' ;
7
6
import RouteDescription from '../components/Actions/RouteDescription' ;
@@ -202,8 +201,6 @@ function ActionContainer(props: ActionContainerProps): JSX.Element {
202
201
</ div >
203
202
{ recordingActions ? < Switch defaultChecked /> : < Switch /> }
204
203
</ a >
205
- < SwitchAppDropdown />
206
- { /* add new component here for dropdown menu for useStae/ useReducer- ragad */ }
207
204
< DropDown
208
205
dropdownSelection = { dropdownSelection }
209
206
setDropdownSelection = { setDropdownSelection }
You can’t perform that action at this time.
0 commit comments