From bb6c7698c68f43538ea1c7f768e35cd53185f4fe Mon Sep 17 00:00:00 2001 From: gromxyz Date: Tue, 5 Oct 2021 13:39:44 +0200 Subject: [PATCH] Comment out until used --- .../WalletPoolActionsHistoryHeader.tsx | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/src/renderer/components/poolActionsHistory/WalletPoolActionsHistoryHeader.tsx b/src/renderer/components/poolActionsHistory/WalletPoolActionsHistoryHeader.tsx index 1cb4c9250..a35ed17ce 100644 --- a/src/renderer/components/poolActionsHistory/WalletPoolActionsHistoryHeader.tsx +++ b/src/renderer/components/poolActionsHistory/WalletPoolActionsHistoryHeader.tsx @@ -1,10 +1,5 @@ import React from 'react' -import { Address } from '@xchainjs/xchain-client' -import { BNBChain } from '@xchainjs/xchain-util' - -import { WalletType } from '../../services/wallet/types' -import { AccountAddressSelector } from '../AccountAddressSelector/AccountAddressSelector' import * as Styled from './PoolActionsHistory.styles' import { PoolActionsHistoryFilter } from './PoolActionsHistoryFilter' import { Filter } from './types' @@ -17,24 +12,6 @@ export type Props = { disabled?: boolean } -const addresses = [ - { - walletAddress: 'bnb123123121' as Address, - walletType: 'ledger' as WalletType, - chain: BNBChain - }, - { - walletAddress: 'bnb123123122' as Address, - walletType: 'ledger' as WalletType, - chain: BNBChain - }, - { - walletAddress: 'bnb123123123' as Address, - walletType: 'keystore' as WalletType, - chain: BNBChain - } -] - export const WalletPoolActionsHistoryHeader: React.FC = (props) => { const { availableFilters, currentFilter, setFilter, openViewblockUrl, disabled = false } = props @@ -47,7 +24,8 @@ export const WalletPoolActionsHistoryHeader: React.FC = (props) => { onFilterChanged={setFilter} disabled={disabled} /> - + {/* TODO (@asgdx-team) Will be enabled with #1812 } + {/* */}