We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a3b87 commit f20de04Copy full SHA for f20de04
src/projects/detail/Dashboard.jsx
@@ -37,7 +37,7 @@ class Dashboard extends React.Component {
37
}
38
39
40
-const mapStateToProps = ({ projectState, projectTopics }) => {
+const mapStateToProps = ({ projectState }) => {
41
return {
42
isLoading : projectState.isLoading
43
0 commit comments