This commit is contained in:
juan 2021-02-01 15:05:02 -05:00
parent 9fbfdf3356
commit 0509b68d94
2 changed files with 1 additions and 1 deletions

View File

@ -173,6 +173,7 @@ export const BorrowInput = (props: {
connection,
wallet,
value,
setValue,
collateralReserve,
borrowReserve,
fromAccounts,

View File

@ -11,7 +11,6 @@ import {
} from "../../components/SideReserveOverview";
import { Col, Row } from "antd";
import { GUTTER } from "../../constants";
import { LiquidateInput } from "../../components/LiquidateInput";
export const DepositReserveView = () => {
const { id } = useParams<{ id: string }>();