diff --git a/components/MangoAccount.tsx b/components/MangoAccount.tsx index 78a682c8..be5648bd 100644 --- a/components/MangoAccount.tsx +++ b/components/MangoAccount.tsx @@ -19,6 +19,7 @@ const MangoAccount = () => { Asset + Price Deposits/Lend Borrows Balance @@ -43,6 +44,9 @@ const MangoAccount = () => { + +
${bank.value.price?.toFixed(2)}
+
{bank.value.uiDeposits().toFixed(6)}
diff --git a/components/shared/Button.tsx b/components/shared/Button.tsx index 2aee8cfb..c9e6e9f5 100644 --- a/components/shared/Button.tsx +++ b/components/shared/Button.tsx @@ -19,7 +19,7 @@ const Button: FunctionComponent = ({