Skip to content

Commit

Permalink
fixed CRecipeFabricableIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Apr 7, 2022
1 parent 6508c76 commit 65a4fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CRecipeFabricableIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
computed: {
allIngredientsOwned () {
for (const ingredient of this.ingredients) {
if (!ingredient.inBar) {
if (!ingredient.inBar && !ingredient.onPump) {
return false
}
}
Expand Down

0 comments on commit 65a4fa5

Please sign in to comment.