Skip to content

Commit

Permalink
eventos-gratuitos-padronizados
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi-gandine committed Aug 28, 2024
1 parent 662182c commit c43616c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/Entities/components/create-occurrence/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,8 @@ app.component('create-occurrence', {
this.price = this.moneyMask(floatNum);
},
checkPrice() {
if(this.price == "R$ 0,00") {
if(this.price == "R$ 0,00")
return null;
}
return this.price;
},

Expand Down

0 comments on commit c43616c

Please sign in to comment.