From 97712cef500a05fd666fa28696d1afba38a189d2 Mon Sep 17 00:00:00 2001
From: Sina Rohde <s.rohde@indiscale.com>
Date: Thu, 19 Sep 2024 13:50:38 +0200
Subject: [PATCH] lint fix

---
 pages/fdo/show/[prefix]/sandbox.tsx | 2 +-
 src/components/fdos/details.tsx     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/fdo/show/[prefix]/sandbox.tsx b/pages/fdo/show/[prefix]/sandbox.tsx
index da1b5cf..3ff874a 100644
--- a/pages/fdo/show/[prefix]/sandbox.tsx
+++ b/pages/fdo/show/[prefix]/sandbox.tsx
@@ -72,7 +72,7 @@ const ShowFDO = () => {
       <div>
         <Stack
         direction="row"
-        //divider={<Divider orientation="vertical" flexItem />}
+        // divider={<Divider orientation="vertical" flexItem />}
         spacing={2}
         >
 
diff --git a/src/components/fdos/details.tsx b/src/components/fdos/details.tsx
index 6f8e72e..de44814 100644
--- a/src/components/fdos/details.tsx
+++ b/src/components/fdos/details.tsx
@@ -45,7 +45,7 @@ const rows = [
   createData('Technology:', 'EDC', 'xx'),
   createData('Type:', 'CETTS', 'xx'),
   createData('Displayname:', 'DE23-xy45', 'xx'),
-  createData('Desription:', 'Info', 'xx') 
+  createData('Desription:', 'Info', 'xx')
 ]
 
 export default function CustomizedTables () {
-- 
GitLab