0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 20:23:39 +00:00

adding a hardcoded print view to the homepage

This commit is contained in:
Scott Tolksdorf
2016-01-14 11:34:56 -05:00
parent 6dc6761eaa
commit 16264f78fa

View File

@@ -46,10 +46,11 @@ var HomePage = React.createClass({
}, },
render : function(){ render : function(){
var self = this;
return( return(
<div className='homePage'> <div className='homePage'>
<Statusbar /> <Statusbar
printId="Nkbh52nx_l"
/>
<div className='paneSplit'> <div className='paneSplit'>
<div className='leftPane'> <div className='leftPane'>
<Editor text={this.state.text} onChange={this.handleTextChange} /> <Editor text={this.state.text} onChange={this.handleTextChange} />