Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredserva committed Dec 15, 2020
1 parent 03a0cd9 commit 7fd2d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "birdskitchen",
"appname": "Birds Kitchen",
"version": "0.7.1",
"version": "0.7.2",
"description": "A free and open source recipe manager",
"private": true,
"main": "public/electron.js",
Expand Down
1 change: 0 additions & 1 deletion src/components/recipe-crud-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class RecipeCrudModalNotExtended extends React.Component {
handleUnitConverter = () => {
const unitConverter = document.querySelector( '.comp_unit-converter-modal' );
unitConverter.classList.toggle( 'visible' );
console.log( 'click' );
};

render() {
Expand Down

0 comments on commit 7fd2d1e

Please sign in to comment.