diff --git a/taker-frontend/src/components/Trade.tsx b/taker-frontend/src/components/Trade.tsx
index 8f9394d..3e02ad0 100644
--- a/taker-frontend/src/components/Trade.tsx
+++ b/taker-frontend/src/components/Trade.tsx
@@ -189,7 +189,7 @@ export default function Trade({
-
+
@@ -221,12 +221,12 @@ export default function Trade({
- By submitting, {margin} will be locked on-chain in a contract.
+ By submitting, ₿{marginAsNumber} will be locked on-chain in a contract.
Margin |
- {margin} |
+ ₿{marginAsNumber} |
Leverage |
@@ -327,7 +327,7 @@ function Leverage({ leverage }: LeverageProps) {
}
interface MarginProps {
- margin?: string;
+ margin: number;
}
function Margin({ margin }: MarginProps) {
@@ -335,7 +335,7 @@ function Margin({ margin }: MarginProps) {
Required margin:
- {margin}
+ ₿{margin}
The collateral you will need to provide