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

Removing refernces to ver from pages

This commit is contained in:
Scott Tolksdorf
2016-11-14 23:09:26 -05:00
parent d400c37b6d
commit ccdb6a3cbd
4 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const SharePage = React.createClass({
getDefaultProps: function() {
return {
ver : '0.0.0',
brew : {
title : '',
text : '',
@@ -41,7 +40,7 @@ const SharePage = React.createClass({
render : function(){
return <div className='sharePage page'>
<Navbar ver={this.props.ver}>
<Navbar>
<Nav.section>
<Nav.item className='brewTitle'>{this.props.brew.title}</Nav.item>
</Nav.section>