Skip to content

Commit

Permalink
Not to throw an error when query balance impl does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
piatoss3612 committed Feb 28, 2025
1 parent c4babb4 commit 7ddf7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/pages/main/token-detail/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const TokenDetailModal: FunctionComponent<{
);
}

throw new Error(`Unsupported chain: ${chainId}`);
return undefined;
})();

const price24HChange = (() => {
Expand Down

0 comments on commit 7ddf7d2

Please sign in to comment.