From b1a03c4513fb783ddbdce1d756215eb579687cf3 Mon Sep 17 00:00:00 2001 From: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:05:33 -0600 Subject: [PATCH] feat: add liquidation description --- src/views/liquidate/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/liquidate/index.tsx b/src/views/liquidate/index.tsx index 79914ae..f579204 100644 --- a/src/views/liquidate/index.tsx +++ b/src/views/liquidate/index.tsx @@ -3,7 +3,7 @@ import { LABELS } from "../../constants"; import { LiquidateItem } from "./item"; import { useEnrichedLendingObligations } from "./../../hooks"; import "./style.less"; -import { Card, Col, Row, Statistic } from "antd"; +import { Card, Col, Row, Statistic, Typography } from "antd"; import { BarChartStatistic } from "../../components/BarChartStatistic"; export const LiquidateView = () => { @@ -30,6 +30,14 @@ export const LiquidateView = () => {
{LABELS.LIQUIDATE_NO_LOANS}
) : (
+ + + + {LABELS.LIQUIDATION_INFO} + + +