Skip to content

Commit

Permalink
fix: remove deleverage (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffywu authored Dec 13, 2024
1 parent a13add1 commit b4bc40d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ export const useReduceRiskDropdown = () => {
navigate(`${currentPath}/${PORTFOLIO_ACTIONS.DEPOSIT}/ETH`);
},
},
{
label: <FormattedMessage defaultMessage={'Deleverage'} />,
callback: () => {
navigate(`${currentPath}/${PORTFOLIO_ACTIONS.DELEVERAGE}`);
},
},
];

if (debtData?.length) {
Expand Down

0 comments on commit b4bc40d

Please sign in to comment.