Skip to content

Commit

Permalink
fix: cleanup stable tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Oct 26, 2024
1 parent d1dfb14 commit 41f52b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
15 changes: 0 additions & 15 deletions src/components/infoTooltips/APYTypeTooltip.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { fetchIconSymbolAndName } from 'src/ui-config/reservePatches';
import { GHO_SYMBOL } from 'src/utils/ghoUtilities';
import { GENERAL } from 'src/utils/mixPanelEvents';

import { APYTypeTooltip } from '../../../../components/infoTooltips/APYTypeTooltip';
import { BorrowPowerTooltip } from '../../../../components/infoTooltips/BorrowPowerTooltip';
import { TotalBorrowAPYTooltip } from '../../../../components/infoTooltips/TotalBorrowAPYTooltip';
import { ListWrapper } from '../../../../components/lists/ListWrapper';
Expand Down Expand Up @@ -44,20 +43,6 @@ const head = [
title: <Trans key="APY">APY</Trans>,
sortKey: 'borrowAPY',
},
{
title: (
<APYTypeTooltip
event={{
eventName: GENERAL.TOOL_TIP,
eventParams: { tooltip: 'APY Type Borrow' },
}}
text={<Trans>APY type</Trans>}
key="APY type"
variant="subheader2"
/>
),
sortKey: 'typeAPY',
},
];

export const BorrowedPositionsList = () => {
Expand Down
4 changes: 0 additions & 4 deletions src/modules/dashboard/lists/ListItemLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export const ListItemLoader = () => {
<Skeleton width={70} height={20} />
</ListColumn>

<ListColumn>
<Skeleton width={70} height={20} />
</ListColumn>

<ListButtonsColumn>
<Skeleton height={38} width={74} />
<Skeleton height={38} width={74} sx={{ ml: '6px' }} />
Expand Down

0 comments on commit 41f52b5

Please sign in to comment.