diff --git a/client/homebrew/pages/printPage/printPage.jsx b/client/homebrew/pages/printPage/printPage.jsx index 356967d15..1643b234c 100644 --- a/client/homebrew/pages/printPage/printPage.jsx +++ b/client/homebrew/pages/printPage/printPage.jsx @@ -3,6 +3,8 @@ const _ = require('lodash'); const cx = require('classnames'); const Markdown = require('homebrewery/markdown.js'); +const Headtags = require('vitreum/headtags'); + const PrintPage = React.createClass({ getDefaultProps: function() { return { @@ -30,7 +32,7 @@ const PrintPage = React.createClass({ } if(this.props.query.dialog) window.print(); }, - //TODO: This is pretty bad + //TODO: Print page shouldn't replicate functionality in brew renderer renderStyle : function(){ if(!this.state.brew.style) return; return @@ -45,8 +47,17 @@ const PrintPage = React.createClass({ }); }, + renderPrintInstructions : function(){ + return