diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index d5823ac9e5..27368dc1b2 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -212,7 +212,7 @@ Vue.component('pricebox', { if (this.price.gross === "0.00") { return strings.free; } else { - return this.$root.currency + " " + floatformat(this.display_price, 2); + return this.$root.currency + " " + this.display_price; } }, taxline: function () {