Skip to content

Commit 1939204

Browse files
author
Tom Hutman
committed
remove space in snapshot / className
1 parent ecd1394 commit 1939204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Channel/Channel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,9 @@ const ChannelInner = <
813813

814814
return (
815815
<div
816-
className={`str-chat str-chat-channel ${theme} ${
816+
className={`str-chat str-chat-channel ${theme}${
817817
useImageFlagEmojisOnWindows && navigator.platform.match(/Win/)
818-
? 'str-chat--windows-flags'
818+
? ' str-chat--windows-flags'
819819
: ''
820820
}`}
821821
>

src/components/MessageList/__tests__/__snapshots__/VirtualizedMessageList.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`VirtualizedMessageList should render the list without any message 1`] = `
44
<div
5-
className="str-chat str-chat-channel messaging light "
5+
className="str-chat str-chat-channel messaging light"
66
>
77
<div
88
className="str-chat__container"

0 commit comments

Comments
 (0)