From 5992702799eaf7a71cde83112c1ce478c893377b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 13:26:46 +0300 Subject: feat: adapt Forms for mobile --- src/containers/Service/ServiceItem.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/containers/Service/ServiceItem.tsx') diff --git a/src/containers/Service/ServiceItem.tsx b/src/containers/Service/ServiceItem.tsx index 585f609..c1f5446 100644 --- a/src/containers/Service/ServiceItem.tsx +++ b/src/containers/Service/ServiceItem.tsx @@ -40,16 +40,14 @@ const ServiceItem: React.FC = () => { {(!id || item) && ( -
- -
+ )} {item && service.Panel && }
-- cgit v1.2.3