diff --git a/pages/fdo/show/[prefix]/sandbox.tsx b/pages/fdo/show/[prefix]/sandbox.tsx
index da1b5cfa9e5f91416e06c317c79541a7883f37bc..3ff874a0bb04f2f543a1fd2c1eebac4d7172235a 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 6f8e72e5d2786789162f96e023653582a9bcd6e5..de44814814a4b279637daab242a87bc7068abe6a 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 () {