Skip to content

Commit

Permalink
borrow more - fix DUSD label flicker (#1442)
Browse files Browse the repository at this point in the history
* fix: interest per block calculation

* feat: add vault and loan token selector

To hardcode DUSD activePrice

* revert: remove interestPerBlock checking

* fix: loan token label flicker on input change
  • Loading branch information
kyleleow authored Nov 24, 2021
1 parent f45c1a0 commit a67f096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function LoanTokenInput (props: LoanTokenInputProps): JSX.Element {
dark={tailwind('bg-gray-800 border-gray-700')}
style={tailwind('border p-4 flex flex-col rounded-lg')}
>
<View style={tailwind('flex flex-row flex-1 items-center mb-3')}>
<View style={tailwind('flex flex-row items-center mb-3')}>
<SymbolIcon
symbol={props.displaySymbol} styleProps={{
width: 24,
Expand Down

0 comments on commit a67f096

Please sign in to comment.