Skip to content

Commit

Permalink
Merge pull request #3705 from bitshares/abitmore-patch-1
Browse files Browse the repository at this point in the history
Increase maximum collateral ratio in BorrowModalView
  • Loading branch information
abitmore committed Mar 14, 2024
2 parents 92e1882 + d433c61 commit f56dea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Modal/View/BorrowModalView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export function BorrowModalView({
<Slider
step={0.01}
min={0}
max={maintenanceRatio * 12}
max={maintenanceRatio * 100}
value={collateral_ratio}
onChange={onRatioChange.bind(this)}
/>
Expand Down

0 comments on commit f56dea5

Please sign in to comment.