diff --git a/src/components/LinePrice.vue b/src/components/LinePrice.vue
new file mode 100644
index 0000000..100fcb8
--- /dev/null
+++ b/src/components/LinePrice.vue
@@ -0,0 +1,34 @@
+
+
+ {{description}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Orders.vue b/src/components/Orders.vue
index 060c906..6192851 100644
--- a/src/components/Orders.vue
+++ b/src/components/Orders.vue
@@ -40,7 +40,9 @@
-->
-
+
+
+
{{ describeTrancheTime(item, true, t) }}
{{ describeTrancheTime(item, false, t) }}
- {{ describeTrancheLine(item, true, t.minIntercept, t.minSlope) }}
- {{ describeTrancheLine(item, false, t.maxIntercept, t.maxSlope) }}
+
+
@@ -115,6 +121,11 @@
diff --git a/src/components/PairPrice.vue b/src/components/PairPrice.vue
index 68fc70f..65403ec 100644
--- a/src/components/PairPrice.vue
+++ b/src/components/PairPrice.vue
@@ -1,7 +1,10 @@
- {{adjValue}}
- {{pair.value?pair.value.toPrecision(5):''}}
+ {{adjValue === null ? '' : adjValue.toPrecision(5)}}
+
+ {{pair}}
+
@@ -9,30 +12,25 @@