diff --git a/src/components/Dialogs/sellDialog.vue b/src/components/Dialogs/sellDialog.vue index 3ec9c5c..23ab45a 100644 --- a/src/components/Dialogs/sellDialog.vue +++ b/src/components/Dialogs/sellDialog.vue @@ -27,8 +27,8 @@
-
- +
+ @@ -40,7 +40,7 @@
- The floor Price: {{ 0.18 }} + The floor Price: None
@@ -48,7 +48,7 @@
Expected profits
-
{{ 0.08 }}
+
{{ Number(priceValue) - Number(priceValue)*0.02 }}
@@ -60,7 +60,7 @@