From 3ba502a3c79db4fd2874563e90cf3c1eb7596f45 Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Fri, 29 Oct 2021 20:14:38 +0100 Subject: [PATCH] fix: remove semicolon from component (#480) --- .../component/feature/FeatureView2/FeatureLog/FeatureLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/feature/FeatureView2/FeatureLog/FeatureLog.tsx b/frontend/src/component/feature/FeatureView2/FeatureLog/FeatureLog.tsx index 4a1453bf4c..6d8185940a 100644 --- a/frontend/src/component/feature/FeatureView2/FeatureLog/FeatureLog.tsx +++ b/frontend/src/component/feature/FeatureView2/FeatureLog/FeatureLog.tsx @@ -11,7 +11,7 @@ const FeatureLog = () => { return (
- ; +
); };