Fix usage
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
f7ae8dcece
commit
119539ab01
|
@ -136,7 +136,7 @@ const Index: NextPage = () => {
|
|||
const equity = useMemo(() => {
|
||||
return mangoAccount?.getEquity()
|
||||
? (mangoAccount.getEquity() as I80F48)
|
||||
: ZERO_I80F48
|
||||
: ZERO_I80F48()
|
||||
}, [mangoAccount])
|
||||
|
||||
return !chartToShow ? (
|
||||
|
|
Loading…
Reference in New Issue