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