From fcd7ab26e64dee6ecc4340438981ec132055248f Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Wed, 30 Jun 2021 11:28:05 +0200
Subject: [PATCH] Remove // from a comment

---
 packages/file-handling/src/styles.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js
index 4a879278..3f7bcd14 100644
--- a/packages/file-handling/src/styles.js
+++ b/packages/file-handling/src/styles.js
@@ -211,7 +211,7 @@ export function getFileHandlingCss() {
         }
 
         .tabulator .tabulator-tableHolder {
-            height: unset !important; /*//TODO find a better way to do this*/
+            height: unset !important; /*TODO find a better way to do this*/
         }
 
         .tabulator-row .tabulator-responsive-collapse{
-- 
GitLab