Skip to content

Commit ef58b7b

Browse files
committed
hotfix: renderPlaceholderLoader instead of renderPlaceholderInvalid
1 parent 061f5da commit ef58b7b

File tree

1 file changed

+1
-1
lines changed
  • src/smart-components/Channel/components/ChannelUI

1 file changed

+1
-1
lines changed

src/smart-components/Channel/components/ChannelUI/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const ChannelUI: React.FC<ChannelUIProps> = ({
6464
if (isLoading) {
6565
return (<div className="sendbird-conversation">
6666
{
67-
renderPlaceholderInvalid?.() || (
67+
renderPlaceholderLoader?.() || (
6868
<PlaceHolder type={PlaceHolderTypes.LOADING} />
6969
)
7070
}

0 commit comments

Comments
 (0)