From 39f076847f1432f471040b28b4636cb89c0108a8 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Wed, 7 Aug 2019 21:12:30 +0200 Subject: [PATCH] fix(): remove semicolons (#19033) --- core/src/components/card-title/card-title.tsx | 2 +- core/src/components/grid/grid.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} > - ; + ); }