Skip to content

Commit b92b3c1

Browse files
committed
Deleted unused state
1 parent ed9ce4a commit b92b3c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/components/ContextAPIManager/AssignTab/components/ComponentDropDrown.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const ComponentDropDown = ({
1414
componentInput,
1515
setComponentInput
1616
}) => {
17-
const { allContext } = contextStore;
18-
// const [componentList] = useContext(StateContext);
1917
const { state, isDarkMode } = useSelector((store: RootState) => ({
2018
state: store.appState,
2119
isDarkMode: store.darkMode.isDarkMode

0 commit comments

Comments
 (0)