From b3f2843bd2b3ec069179bb2bd55142ff76b42f2f Mon Sep 17 00:00:00 2001 From: Riordan Panayides Date: Tue, 5 Oct 2021 03:14:07 +0100 Subject: [PATCH] Fix null mangoAccount --- components/AccountInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AccountInfo.tsx b/components/AccountInfo.tsx index 28c34272..b3516510 100644 --- a/components/AccountInfo.tsx +++ b/components/AccountInfo.tsx @@ -274,7 +274,7 @@ export default function AccountInfo() { % - {mangoAccount.beingLiquidated ? ( + {mangoAccount && mangoAccount.beingLiquidated ? (
You are being liquidated!