mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fix invite for initial
This commit is contained in:
parent
b82d312dd8
commit
7e85d2c731
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports.getInitialState = function () {
|
|||
messages: {
|
||||
admin: [],
|
||||
social: [],
|
||||
invite: []
|
||||
invite: [{}]
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue