Skip to content

Commit

Permalink
chore: remove unnecessary access to projectStore
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhengyeow committed Aug 9, 2019
1 parent 312ce09 commit 86a13a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iceworks-client/src/pages/Project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Project = ({ history, intl }) => {
onResetModal,
setResetModal,
} = useDependency();
const [ settingPanelStore, taskStore ] = stores.useStores(['settingPanel', 'project', 'task']);
const [ settingPanelStore, taskStore ] = stores.useStores(['settingPanel', 'task']);
const [
pagesStore, layoutsStore, gitStore, ossStore, menuStore, routesStore, todoStore,
] = projectStores.useStores([
Expand Down

0 comments on commit 86a13a4

Please # to comment.