Skip to content

Commit f943e12

Browse files
fix: tab name
1 parent 72c8fd9 commit f943e12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/main/src/lend/components/PageLoanManage/ManageLoanTabs.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ const LendManageLegacyMenu = [
5353
] satisfies FormTab<ManageLoanProps>[]
5454

5555
const LendManageNewMenu = [
56-
{
57-
value: 'borrow',
58-
label: ({ market }) => (market?.leverage?.hasLeverage() ? t`Leverage` : t`Borrow`),
59-
component: LoanBorrowMoreWrapped,
60-
},
56+
{ value: 'borrow', label: t`Borrow`, component: LoanBorrowMoreWrapped },
6157
{
6258
value: 'repay',
6359
label: t`Repay`,

0 commit comments

Comments
 (0)