We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd1394 commit 1939204Copy full SHA for 1939204
src/components/Channel/Channel.tsx
@@ -813,9 +813,9 @@ const ChannelInner = <
813
814
return (
815
<div
816
- className={`str-chat str-chat-channel ${theme} ${
+ className={`str-chat str-chat-channel ${theme}${
817
useImageFlagEmojisOnWindows && navigator.platform.match(/Win/)
818
- ? 'str-chat--windows-flags'
+ ? ' str-chat--windows-flags'
819
: ''
820
}`}
821
>
src/components/MessageList/__tests__/__snapshots__/VirtualizedMessageList.test.js.snap
@@ -2,7 +2,7 @@
2
3
exports[`VirtualizedMessageList should render the list without any message 1`] = `
4
5
- className="str-chat str-chat-channel messaging light "
+ className="str-chat str-chat-channel messaging light"
6
7
8
className="str-chat__container"
0 commit comments