0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 20:52:40 +00:00

So much polish

This commit is contained in:
Scott Tolksdorf
2016-01-04 17:02:55 -05:00
parent b1b69437ea
commit fb8ddfe9fa
16 changed files with 146 additions and 62 deletions

View File

@@ -24,9 +24,8 @@ var SharePage = React.createClass({
return(
<div className='sharePage'>
<Statusbar
shareId={this.props.entry.shareId}
/>
lastUpdated={this.props.entry.updatedAt}
/>
<PHB text={this.props.entry.text} />
</div>