Skip to content

Commit 9c4491b

Browse files
committed
removed current tab
1 parent f6eaf44 commit 9c4491b

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

src/app/components/Actions/SwitchApp.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/app/containers/ActionContainer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable max-len */
22
import React, { useEffect, useState } from 'react';
33
import Action from '../components/Actions/Action';
4-
import SwitchAppDropdown from '../components/Actions/SwitchApp';
54
import { emptySnapshots, changeView, changeSlider } from '../slices/mainSlice';
65
import { useDispatch, useSelector } from 'react-redux';
76
import RouteDescription from '../components/Actions/RouteDescription';
@@ -202,8 +201,6 @@ function ActionContainer(props: ActionContainerProps): JSX.Element {
202201
</div>
203202
{recordingActions ? <Switch defaultChecked /> : <Switch />}
204203
</a>
205-
<SwitchAppDropdown />
206-
{/* add new component here for dropdown menu for useStae/ useReducer- ragad */}
207204
<DropDown
208205
dropdownSelection={dropdownSelection}
209206
setDropdownSelection={setDropdownSelection}

0 commit comments

Comments
 (0)