@@ -10,24 +10,7 @@ import NftsTab from '../../app/assets/nfts/nfts-tab';
10
10
import AssetList from '../../app/assets/asset-list' ;
11
11
import TransactionList from '../../app/transaction-list' ;
12
12
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' ;
31
14
32
15
import {
33
16
ACCOUNT_OVERVIEW_TAB_KEY_TO_METAMETRICS_EVENT_NAME_MAP ,
@@ -47,9 +30,6 @@ export type AccountOverviewTabsProps = AccountOverviewCommonProps & {
47
30
48
31
export const AccountOverviewTabs = ( {
49
32
onTabClick,
50
- ///: BEGIN:ONLY_INCLUDE_IF(build-main)
51
- onSupportLinkClick,
52
- ///: END:ONLY_INCLUDE_IF
53
33
defaultHomeActiveTabName,
54
34
showTokens,
55
35
showTokensLinks,
@@ -112,10 +92,7 @@ export const AccountOverviewTabs = ({
112
92
data-testid = "account-overview__asset-tab"
113
93
{ ...tabProps }
114
94
>
115
- < Box
116
- marginTop = { 2 }
117
- marginBottom = { 2 }
118
- >
95
+ < Box marginTop = { 2 } marginBottom = { 2 } >
119
96
< AssetList
120
97
showTokensLinks = { showTokensLinks ?? true }
121
98
onClickAsset = { onClickAsset }
0 commit comments