diff --git a/front/.eslintrc.js b/front/.eslintrc.js
index 7ee26a281..7749e1d1b 100644
--- a/front/.eslintrc.js
+++ b/front/.eslintrc.js
@@ -36,6 +36,7 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
// TODO (wvffle): Enable typescript rules later
+ 'vue/require-explicit-emits': 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-unused-vars': 'off',
diff --git a/front/src/components/library/FsLogs.vue b/front/src/components/library/FsLogs.vue
index 518076708..fb4cb805e 100644
--- a/front/src/components/library/FsLogs.vue
+++ b/front/src/components/library/FsLogs.vue
@@ -13,8 +13,9 @@
-
+
{{ row }}