Skip to content

Commit 6b8d685

Browse files
committed
headcontainer doesnt use context
1 parent 600328b commit 6b8d685

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/containers/HeadContainer.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import React from 'react';
22
import SwitchAppDropdown from '../components/SwitchApp';
3-
import { useStoreContext } from '../store';
4-
53

64
function HeadContainer() {
7-
const [store] = useStoreContext();
8-
const { tabs, currentTab } = store;
9-
const { title } = tabs[currentTab];
105
return (
116
<div className="head-container">
127
<SwitchAppDropdown />

0 commit comments

Comments
 (0)