Skip to content

Commit

Permalink
fix: withdraw all text
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Sep 19, 2023
1 parent 0cf524d commit c0557a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/marginfi-v2-ui/src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ const Navbar: FC = () => {
? accountSummary.outstandingUxpEmissions.toExponential(5)
: numeralFormatter(accountSummary.outstandingUxpEmissions)
} UXP`}*/}
{ selectedAccount ? `Withdraw all rewards`: `` }
{/* { selectedAccount ? `Withdraw all rewards`: `` } */}
{`withdraw all rewards`}
</div>

<Link href={"/points"} className={`${router.pathname === "/points" ? "hover-underline-static" : "hover-underline-animation"} whitespace-nowrap`}>
Expand Down

1 comment on commit c0557a2

@vercel
Copy link

@vercel vercel bot commented on c0557a2 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.