mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-07-04 07:51:28 -04: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: {
|
messages: {
|
||||||
admin: [],
|
admin: [],
|
||||||
social: [],
|
social: [],
|
||||||
invite: []
|
invite: [{}]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue