diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.stories.tsx b/web/components/chat/ChatUserMessage/ChatUserMessage.stories.tsx
index b00b215d0..09829c166 100644
--- a/web/components/chat/ChatUserMessage/ChatUserMessage.stories.tsx
+++ b/web/components/chat/ChatUserMessage/ChatUserMessage.stories.tsx
@@ -56,7 +56,7 @@ const messageWithLinkAndCustomEmoji: ChatMessage = JSON.parse(`{
"nameChangedAt": "2022-04-26T23:56:05.531287897Z",
"scopes": []
},
- "body": "Test message with a link https://owncast.online and a custom emoji
."}`);
+ "body": "Test message with a link https://owncast.online and a custom emoji
."}`);
const moderatorMessage: ChatMessage = JSON.parse(`{
"type": "CHAT",