0
0
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:
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(){
if(!this.state.showPrint) return;
return <PrintLink shareId={this.processShareId()} />;
}
},
renderSourceDropdown : function(){
if(!this.state.showSource) return;