Skip to content

Commit f20de04

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent 96a3b87 commit f20de04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/Dashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Dashboard extends React.Component {
3737
}
3838
}
3939

40-
const mapStateToProps = ({ projectState, projectTopics }) => {
40+
const mapStateToProps = ({ projectState }) => {
4141
return {
4242
isLoading : projectState.isLoading
4343
}

0 commit comments

Comments
 (0)