diff --git a/modules/pool/lib/pool-gql-loader.service.ts b/modules/pool/lib/pool-gql-loader.service.ts index 4d965269e..71dc8cc40 100644 --- a/modules/pool/lib/pool-gql-loader.service.ts +++ b/modules/pool/lib/pool-gql-loader.service.ts @@ -357,9 +357,7 @@ export class PoolGqlLoaderService { investConfig: this.getPoolInvestConfig(pool), withdrawConfig: this.getPoolWithdrawConfig(pool), nestingType: this.getPoolNestingType(pool), - tokens: pool.tokens - .filter((token) => token.address !== pool.address) - .map((token) => this.mapPoolTokenToGqlUnion(token)), + tokens: pool.tokens.map((token) => this.mapPoolTokenToGqlUnion(token)), allTokens: this.mapAllTokens(pool), displayTokens: this.mapDisplayTokens(pool), };