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, connection,
wallet, wallet,
value, value,
setValue,
collateralReserve, collateralReserve,
borrowReserve, borrowReserve,
fromAccounts, fromAccounts,

View File

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