Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
[AccountNotifications] Fix type, unread by default #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Sep 14, 2017
1 parent f3f6646 commit affd6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/AccountNotifications/AccountNotifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AccountNotifications extends PureComponent<Props> {
componentWillMount() {
const { fetchNotifications } = this.props;

fetchNotifications('created');
fetchNotifications('unread');
}

renderContent() : React.Element<any> {
Expand Down

0 comments on commit affd6a0

Please sign in to comment.