Skip to content

Commit c1d8c06

Browse files
authored
Fix linting issues
1 parent dafb75c commit c1d8c06

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

ui/components/multichain/account-overview/account-overview-tabs.tsx

+2-25
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,7 @@ import NftsTab from '../../app/assets/nfts/nfts-tab';
1010
import AssetList from '../../app/assets/asset-list';
1111
import TransactionList from '../../app/transaction-list';
1212
import { Tabs, Tab } from '../../ui/tabs';
13-
///: BEGIN:ONLY_INCLUDE_IF(build-main)
14-
import {
15-
///: END:ONLY_INCLUDE_IF
16-
///: BEGIN:ONLY_INCLUDE_IF(build-main)
17-
Display,
18-
///: END:ONLY_INCLUDE_IF
19-
///: BEGIN:ONLY_INCLUDE_IF(build-main)
20-
JustifyContent,
21-
} from '../../../helpers/constants/design-system';
22-
///: END:ONLY_INCLUDE_IF
23-
import {
24-
Box,
25-
///: BEGIN:ONLY_INCLUDE_IF(build-main)
26-
ButtonLink,
27-
ButtonLinkSize,
28-
IconName,
29-
///: END:ONLY_INCLUDE_IF
30-
} from '../../component-library';
13+
import { Box } from '../../component-library';
3114

3215
import {
3316
ACCOUNT_OVERVIEW_TAB_KEY_TO_METAMETRICS_EVENT_NAME_MAP,
@@ -47,9 +30,6 @@ export type AccountOverviewTabsProps = AccountOverviewCommonProps & {
4730

4831
export const AccountOverviewTabs = ({
4932
onTabClick,
50-
///: BEGIN:ONLY_INCLUDE_IF(build-main)
51-
onSupportLinkClick,
52-
///: END:ONLY_INCLUDE_IF
5333
defaultHomeActiveTabName,
5434
showTokens,
5535
showTokensLinks,
@@ -112,10 +92,7 @@ export const AccountOverviewTabs = ({
11292
data-testid="account-overview__asset-tab"
11393
{...tabProps}
11494
>
115-
<Box
116-
marginTop={2}
117-
marginBottom={2}
118-
>
95+
<Box marginTop={2} marginBottom={2}>
11996
<AssetList
12097
showTokensLinks={showTokensLinks ?? true}
12198
onClickAsset={onClickAsset}

0 commit comments

Comments
 (0)