diff --git a/ts/components/conversation/MessageTimestamp.tsx b/ts/components/conversation/MessageTimestamp.tsx index 5fa1c44652..58789b580b 100644 --- a/ts/components/conversation/MessageTimestamp.tsx +++ b/ts/components/conversation/MessageTimestamp.tsx @@ -47,7 +47,7 @@ export function MessageTimestamp({ : null, withImageNoCaption ? `${moduleName}--with-image-no-caption` : null, withSticker ? `${moduleName}--with-sticker` : null, - isOutlineOnlyBubble ? `${moduleName}--ouline-only-bubble` : null + isOutlineOnlyBubble ? `${moduleName}--outline-only-bubble` : null )} timestamp={timestamp} >