diff --git a/packages/presentation/src/components/markup/Mark.svelte b/packages/presentation/src/components/markup/Mark.svelte
index 9df974441a..1e84d8ef18 100644
--- a/packages/presentation/src/components/markup/Mark.svelte
+++ b/packages/presentation/src/components/markup/Mark.svelte
@@ -49,7 +49,7 @@
{:else if mark.type === MarkupMarkType.em}
{:else if mark.type === MarkupMarkType.link}
-
+
{:else if mark.type === MarkupMarkType.strike}
diff --git a/plugins/activity-resources/src/components/activity-message/ActivityMessageNotificationLabel.svelte b/plugins/activity-resources/src/components/activity-message/ActivityMessageNotificationLabel.svelte
index 55c1f4b1bf..ce68ee3e49 100644
--- a/plugins/activity-resources/src/components/activity-message/ActivityMessageNotificationLabel.svelte
+++ b/plugins/activity-resources/src/components/activity-message/ActivityMessageNotificationLabel.svelte
@@ -13,12 +13,13 @@
// limitations under the License.
-->