diff --git a/src/components/OrderBook.vue b/src/components/OrderBook.vue index 919e03b..1883e70 100644 --- a/src/components/OrderBook.vue +++ b/src/components/OrderBook.vue @@ -1,5 +1,5 @@ @@ -288,9 +297,9 @@ - + @@ -413,14 +429,14 @@ :class="{ active: selectedOption === 'yes' }" text @click="handleOptionChange('yes')" - >Yes {{ yesPriceCents }}¢{{ yesLabel }} {{ yesPriceCents }}¢ No {{ noPriceCents }}¢{{ noLabel }} {{ noPriceCents }}¢
@@ -503,11 +519,11 @@
Total${{ totalPrice }}
-
- To winmdi-currency-usd $20 +
+ To winmdi-currency-usd ${{ toWinValue }}
@@ -683,14 +706,14 @@ :class="{ active: selectedOption === 'yes' }" text @click="handleOptionChange('yes')" - >Yes {{ yesPriceCents }}¢{{ yesLabel }} {{ yesPriceCents }}¢ No {{ noPriceCents }}¢{{ noLabel }} {{ noPriceCents }}¢
@@ -772,11 +795,11 @@
Total${{ totalPrice }}
-
- To winmdi-currency-usd $20 +
+ To winmdi-currency-usd ${{ toWinValue }}