diff --git a/assets/components/LogViewer/SimpleLogItem.vue b/assets/components/LogViewer/SimpleLogItem.vue
index c7c9bc16..ee08431d 100644
--- a/assets/components/LogViewer/SimpleLogItem.vue
+++ b/assets/components/LogViewer/SimpleLogItem.vue
@@ -38,7 +38,7 @@ const linkify = (text: string) =>
text.replace(urlPattern, (url) => `${url}`);