diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/src/comments-tab.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js index ef17ce984a4..78bfb610af7 100644 --- a/apps/comments/src/comments-tab.js +++ b/apps/comments/src/comments-tab.js @@ -20,6 +20,7 @@ * */ +// eslint-disable-next-line node/no-missing-import, import/no-unresolved import MessageReplyText from '@mdi/svg/svg/message-reply-text.svg?raw' // Init Comments tab component @@ -53,7 +54,7 @@ const commentTab = new OCA.Files.Sidebar.Tab({ }, }) -window.addEventListener('DOMContentLoaded', function () { +window.addEventListener('DOMContentLoaded', function() { if (OCA.Files && OCA.Files.Sidebar) { OCA.Files.Sidebar.registerTab(commentTab) } |