diff --git a/src/components/Sections/CriptoUsd.astro b/src/components/Sections/CriptoUsd.astro
index 0d1c689..ec14b8c 100644
--- a/src/components/Sections/CriptoUsd.astro
+++ b/src/components/Sections/CriptoUsd.astro
@@ -21,7 +21,9 @@ const { title, subtitle, exchanges } = Astro.props;
{
exchanges.map((exchange) => {
- return ;
+ return exchange.data.length ? (
+
+ ) : null;
})
}