0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 19:22:47 +00:00

Missed a vital comma.

This commit is contained in:
Sean Robertson
2021-07-28 15:29:04 +12:00
parent caf151a0dd
commit 189fdb4555

View File

@@ -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;