Skip to content

Commit a8cac52

Browse files
committed
Key name typo fix.
1 parent 32d314e commit a8cac52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProfileInfoTabs/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ProfileInfoTabs extends Component {
3838
onPopupActive: this.props.onPopupActive
3939
};
4040
const badgesObj = {
41-
stories: badges.items || [], ...badges,
41+
badges: badges.items || [], ...badges,
4242
fetchBadges: this.props.fetchBadges,
4343
fetchBadge: this.props.fetchBadge,
4444
profileName: this.props.profileName,

0 commit comments

Comments
 (0)