Skip to content

Commit dc8e9c6

Browse files
committed
TOP-1390 fix redux key name
1 parent 9cef424 commit dc8e9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/Dashboard/ChallengesFeed.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ChallengesFeedContainer.propTypes = {
9696

9797
function mapStateToProps(state, ownProps) {
9898
const { dashboard } = state;
99-
const id = ownProps.title || 'CHALLENGES';
99+
const id = ownProps.title || 'Opportunities';
100100

101101
if (dashboard[id]) {
102102
return {

0 commit comments

Comments
 (0)