diff --git a/core/src/components/card-title/card-title.tsx b/core/src/components/card-title/card-title.tsx
index a0b1c6d12d..c7bf333ad6 100644
--- a/core/src/components/card-title/card-title.tsx
+++ b/core/src/components/card-title/card-title.tsx
@@ -34,7 +34,7 @@ export class CardTitle implements ComponentInterface {
[mode]: true
}}
>
- ;
+
);
}
diff --git a/core/src/components/grid/grid.tsx b/core/src/components/grid/grid.tsx
index 624ed94d0c..acfbe9d221 100644
--- a/core/src/components/grid/grid.tsx
+++ b/core/src/components/grid/grid.tsx
@@ -23,7 +23,7 @@ export class Grid implements ComponentInterface {
'grid-fixed': this.fixed
}}
>
- ;
+
);
}