Skip to content

Commit d04d2db

Browse files
authored
Merge pull request #1061 from topcoder-platform/PM-1152_cleanup-wallet-admin-app
PM-1152 - cleanup wallet admin
2 parents 7990eb2 + e8d34da commit d04d2db

File tree

15 files changed

+56
-1112
lines changed

15 files changed

+56
-1112
lines changed

src/apps/wallet-admin/src/home/tabs/WalletAdminTabs.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { PageTitle, TabsNavbar, TabsNavItem } from '~/libs/ui'
77
import { getHashFromTabId, getTabIdFromHash, WalletAdminTabsConfig, WalletAdminTabViews } from './config'
88
import { PaymentsTab } from './payments'
99
import { HomeTab } from './home'
10-
import { TaxFormsTab } from './tax-forms'
11-
import { PaymentMethodsTab } from './payment-methods'
1210
import styles from './WalletAdminTabs.module.scss'
1311

1412
interface WalletHomeProps {
@@ -46,10 +44,6 @@ const WalletAdminTabs: FC<WalletHomeProps> = (props: WalletHomeProps) => {
4644
{activeTab === WalletAdminTabViews.home && <HomeTab profile={props.profile} />}
4745

4846
{activeTab === WalletAdminTabViews.payments && <PaymentsTab profile={props.profile} />}
49-
50-
{activeTab === WalletAdminTabViews.taxforms && <TaxFormsTab profile={props.profile} />}
51-
52-
{activeTab === WalletAdminTabViews.withdrawalmethods && <PaymentMethodsTab profile={props.profile} />}
5347
</div>
5448
)
5549
}

src/apps/wallet-admin/src/home/tabs/payment-methods/PaymentMethodsTab.module.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/apps/wallet-admin/src/home/tabs/payment-methods/PaymentMethodsTab.tsx

Lines changed: 0 additions & 209 deletions
This file was deleted.

src/apps/wallet-admin/src/home/tabs/payment-methods/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/apps/wallet-admin/src/home/tabs/tax-forms/TaxFormsTab.module.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)