diff --git a/btc-UI/src/app/components/middle-section/middle-section.component.html b/btc-UI/src/app/components/middle-section/middle-section.component.html index 0ba0dfa..e12de2e 100755 --- a/btc-UI/src/app/components/middle-section/middle-section.component.html +++ b/btc-UI/src/app/components/middle-section/middle-section.component.html @@ -1,6 +1,5 @@
-
Transaction Summary
-
-
-
- - - - - - - - - - - - - - - - -
{{ row.label }}{{ row.numbers.join(', ') }}{{ row.value || '' }}{{ row.total || '' }}
- -
- -
Amount : ₹ {{ grandTotal }}
-
- +
+
+ + + + + + + + + + + + + + + +
{{ row.label }}{{ row.isBoxed ? '# ' : '' }}{{ row.numbers.join(', ') }}{{ row.value || '' }}{{ row.total || '' }}
+
+ +
Amount : ₹ {{ grandTotal }}
+
+
-
- - - +
\ No newline at end of file