Skip to content

Commit

Permalink
fix: unrecognised collateralDecreaseAmountCryptoPrecision (#7597)
Browse files Browse the repository at this point in the history
Co-authored-by: woody <125113430+woodenfurniture@users.noreply.github.com>
  • Loading branch information
0xApotheosis and woodenfurniture authored Aug 22, 2024
1 parent f1cf719 commit 21a52c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Lending/Pool/components/LoanSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const LoanSummary: React.FC<LoanSummaryProps> = ({
collateralAccountId,
borrowAccountId,
confirmedQuote,
collateralDecreaseAmountCryptoPrecision,
...rest
}) => {
const translate = useTranslate()
Expand Down

0 comments on commit 21a52c0

Please sign in to comment.