Skip to content

Commit

Permalink
chore: ignore for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 21, 2023
1 parent 3d6316c commit e8ad80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/hooks/useNetworkClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export function useNetworkClient(): NetworkClient | undefined {
async function getNetworkClient() {
const client = await NetworkClient.create(SUPPORTED_NETWORK, undefined, undefined, {
queryClientOptions: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
link: networkLink,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const IndexerList: React.FC<props> = ({ indexers, onLoadMore, totalCount,
return limit(() => networkClient?.getIndexer(indexer.id));
}),
);

console.warn(sortedIndexers);
setIndexerList(sortedIndexers);
setLoadingList(false);
return sortedIndexers;
Expand Down

0 comments on commit e8ad80e

Please sign in to comment.