mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
MessageTimestamp: Fix typo in class name
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user