Skip to content

Commit

Permalink
Merge pull request #183 from blend-capital/mobile-repay-button-fix
Browse files Browse the repository at this point in the history
switch repay path
  • Loading branch information
mootz12 authored Dec 17, 2024
2 parents d942149 + 2f835b8 commit 108a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/borrow/BorrowPositionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const BorrowPositionCard: React.FC<BorrowPositionCardProps> = ({
onClick={() => {
if (viewType === ViewType.MOBILE) {
router.push({
pathname: '/withdraw',
pathname: '/repay',
query: { poolId: poolId, assetId: reserve.assetId },
});
}
Expand Down

0 comments on commit 108a3a5

Please sign in to comment.