diff --git a/src/components/ChainList.tsx b/src/components/ChainList.tsx index 895d174aa..a75403c8a 100644 --- a/src/components/ChainList.tsx +++ b/src/components/ChainList.tsx @@ -64,7 +64,7 @@ export const ChainList = () => { const filteredChains = chains.filter(handleFiltering); return ( - + {filteredChains.map((c) => ( ))}