diff --git a/webapp/components/_new/features/FiledTable/FiledTable.vue b/webapp/components/_new/features/FiledTable/FiledTable.vue
index 246e8c754..1215de34f 100644
--- a/webapp/components/_new/features/FiledTable/FiledTable.vue
+++ b/webapp/components/_new/features/FiledTable/FiledTable.vue
@@ -1,22 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('report.reason.category.options.' + scope.row.reasonCategory) }}
-
-
- {{ scope.row.reasonDescription.length ? scope.row.reasonDescription : '—' }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ $t('report.reason.category.options.' + scope.row.reasonCategory) }}
+
+
+ {{ scope.row.reasonDescription.length ? scope.row.reasonDescription : '—' }}
+
+
+
+