0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

remove collection array from _.forEach() function

Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
Gazook89
2021-11-08 10:49:41 -06:00
committed by GitHub
parent 796bd22000
commit 3e54f6e6e1

View File

@@ -140,7 +140,7 @@ const Editor = createClass({
editorPageCount = editorPageCount + 1;
}
}
}, []);
});
}
},