mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-15 23:35:57 +00:00
Finished the clean up brew ui
This commit is contained in:
@@ -8,9 +8,7 @@ const Stats = require('./stats/stats.jsx');
|
||||
|
||||
const Admin = createClass({
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
adminKey : ''
|
||||
};
|
||||
return {};
|
||||
},
|
||||
|
||||
render : function(){
|
||||
@@ -23,11 +21,11 @@ const Admin = createClass({
|
||||
</div>
|
||||
</header>
|
||||
<div className='container'>
|
||||
<Stats adminKey={this.props.adminKey} />
|
||||
<Stats />
|
||||
<hr />
|
||||
<BrewLookup adminKey={this.props.adminKey} />
|
||||
<BrewLookup />
|
||||
<hr />
|
||||
<BrewCleanup adminKey={this.props.adminKey} />
|
||||
<BrewCleanup />
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user