Skip to content

Commit

Permalink
Update juliana.js - Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurocon authored Feb 4, 2025
1 parent 51980c2 commit 2fd4f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/juliana.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Receipt = {
}
}

if (Object.keys(countsPerProduct).length === 0 ) {
if (Object.keys(countsPerProduct).length !== 0 ) {
increasePrice(countsPerProduct);
}

Expand Down

0 comments on commit 2fd4f2b

Please sign in to comment.