Skip to content

Commit

Permalink
fix(currencyId): remove unecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Jul 6, 2023
1 parent 0a54201 commit 58bf46a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ export default function CurrencyList({
BalanceComponent?: (params: { balance: CurrencyAmount<Currency> }) => JSX.Element // gp-swap added
TokenTagsComponent?: (params: { currency: Currency; isUnsupported: boolean }) => JSX.Element // gp-swap added
}) {
const { chainId } = useWalletInfo()
const allTokens = useAllTokens()
const isUnsupportedToken = useIsUnsupportedTokenGp()

Expand Down Expand Up @@ -397,7 +396,6 @@ export default function CurrencyList({
BalanceComponent,
TokenTagsComponent,
allTokens,
chainId,
]
)

Expand Down

0 comments on commit 58bf46a

Please sign in to comment.