0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 03:28:38 +00:00

pedantic change

This commit is contained in:
Gazook89
2022-09-21 00:42:10 -05:00
parent 475f3e75dd
commit f681948a35
+1 -1
View File
@@ -148,7 +148,7 @@ const EditPage = createClass({
},
trySave : function(){
if(!this.state.autoSave){ console.log('Auto-save is now off.'); return };
if(!this.state.autoSave){ console.log('Auto-save is off.'); return };
if(!this.debounceSave) this.debounceSave = _.debounce(this.save, SAVE_TIMEOUT);
if(this.hasChanges()){
this.debounceSave();