mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 17:12:45 +00:00
Missed a vital comma.
This commit is contained in:
@@ -84,7 +84,7 @@ const SharePage = createClass({
|
|||||||
renderPrint : function(){
|
renderPrint : function(){
|
||||||
if(!this.state.showPrint) return;
|
if(!this.state.showPrint) return;
|
||||||
return <PrintLink shareId={this.processShareId()} />;
|
return <PrintLink shareId={this.processShareId()} />;
|
||||||
}
|
},
|
||||||
|
|
||||||
renderSourceDropdown : function(){
|
renderSourceDropdown : function(){
|
||||||
if(!this.state.showSource) return;
|
if(!this.state.showSource) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user