0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 17:22:45 +00:00

Adding in the print view button to the status bar

This commit is contained in:
Scott Tolksdorf
2016-01-13 17:06:09 -05:00
parent 1a3cd1d8ce
commit 8aca0ef0e8
4 changed files with 47 additions and 19 deletions

View File

@@ -67,6 +67,7 @@ var EditPage = React.createClass({
<Statusbar
editId={this.props.entry.editId}
shareId={this.props.entry.shareId}
printId={this.props.entry.shareId}
lastUpdated={this.state.lastUpdated}
isPending={this.state.pending} />