diff --git a/components/account/AccountActions.tsx b/components/account/AccountActions.tsx index b73159a2..d34afd12 100644 --- a/components/account/AccountActions.tsx +++ b/components/account/AccountActions.tsx @@ -1,9 +1,9 @@ import { Fragment, ReactNode, useMemo, useState } from 'react' import Button, { LinkButton } from '../shared/Button' import { + AdjustmentsHorizontalIcon, ArrowDownRightIcon, ArrowUpLeftIcon, - ChevronDownIcon, DocumentDuplicateIcon, PencilIcon, TrashIcon, @@ -70,19 +70,18 @@ const AccountActions = () => { return ( <> -
- {hasBorrows ? ( - - ) : null} +
+ {({ open }) => ( -
- +
+ { leaveFrom="opacity-100" leaveTo="opacity-0" > - + { return !chartToShow ? ( <> -
+
{ {!loadPerformanceData ? ( mangoAccount && performanceData.length ? (
onHoverMenu(showExpandChart, 'onMouseEnter') } @@ -316,12 +316,12 @@ const AccountPage = () => { )}
-
+
-
+
@@ -488,9 +488,7 @@ const MobileActivityFeedItem = ({ height="20" src={`/explorer-logos/${preferredExplorer.name}.png`} /> - {`View on ${t( - `settings:${preferredExplorer.name}` - )}`} + {t('view-transaction')}