From a870a05ad92b80bcaf21b9803638877ce3befc8b Mon Sep 17 00:00:00 2001 From: steveoni Date: Thu, 3 Dec 2020 13:56:54 +0100 Subject: [PATCH] [index.js][s]: remove the templatestring causing cypress to fail --- packages/portal/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/portal/pages/index.tsx b/packages/portal/pages/index.tsx index 9c6fde8d..df92eb56 100644 --- a/packages/portal/pages/index.tsx +++ b/packages/portal/pages/index.tsx @@ -18,7 +18,7 @@ const Home: React.FC<{ locale: any; locales: any }> = ({ <>
- {t`common:title`} + {t(`common:title`)}