diff --git a/MusicPlayerV2-GUI/src/views/BarView.vue b/MusicPlayerV2-GUI/src/views/BarView.vue index 923e3e4..144e892 100644 --- a/MusicPlayerV2-GUI/src/views/BarView.vue +++ b/MusicPlayerV2-GUI/src/views/BarView.vue @@ -51,7 +51,7 @@ totalPrice += o * offering.value[ keys[ i ] ].price; } - return totalPrice; + return totalPrice / 100; } ); const changeValue = ( id: string, amount: number ) => { @@ -77,13 +77,15 @@

{{ offer.name }} (CHF {{ offer.price / 100 }})

- -

{{ selection[ offer.id ] }}

- +
+ +

{{ selection[ offer.id ] }}

+ +
@@ -93,32 +95,45 @@