fix invite for initial

This commit is contained in:
Matthew Taylor 2017-09-08 09:38:47 -04:00
parent b82d312dd8
commit 7e85d2c731

View file

@ -27,7 +27,7 @@ module.exports.getInitialState = function () {
messages: { messages: {
admin: [], admin: [],
social: [], social: [],
invite: [] invite: [{}]
} }
}; };
}; };