mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Default admin panel to closed
This commit is contained in:
parent
2553c69653
commit
9ed814cbda
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ var AdminPanel = React.createClass({
|
|||
Session
|
||||
],
|
||||
getInitialState: function () {
|
||||
return {showPanel: true};
|
||||
return {
|
||||
showPanel: false
|
||||
};
|
||||
},
|
||||
handleToggleVisibility: function (e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue