Skip to content

Commit

Permalink
fix: rebase shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 18, 2023
1 parent a097b72 commit 5e4b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-ui/src/hooks/useAssetItemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function useAssetItemData({ bank, isInLendingMode }: { bank: ExtendedBank
isInLendingMode,
bank.info.rawBank.config.depositLimit,
bank.info.rawBank.config.borrowLimit,
bank.info.rawBank.mintDecimals,
bank.info.state.mintDecimals,
]
);
const isBankFilled = useMemo(
Expand Down

0 comments on commit 5e4b601

Please sign in to comment.