Skip to content

Commit

Permalink
fix invite for initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mewtaylor committed Sep 8, 2017
1 parent b82d312 commit 7e85d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports.getInitialState = function () {
messages: {
admin: [],
social: [],
invite: []
invite: [{}]
}
};
};
Expand Down

0 comments on commit 7e85d2c

Please sign in to comment.