Skip to content

Commit

Permalink
Merge pull request #2557 from GetStream/develop
Browse files Browse the repository at this point in the history
Next Release
  • Loading branch information
khushal87 authored Jun 18, 2024
2 parents cceda40 + d518e0a commit 8b88483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/components/MessageList/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,9 @@ const MessageListWithContext = <
{!loading && (
<>
<View style={styles.stickyHeader}>
{messageListLengthAfterUpdate && StickyHeader && (
{messageListLengthAfterUpdate && StickyHeader ? (
<StickyHeader date={stickyHeaderDate} DateHeader={DateHeader} />
)}
) : null}
</View>
{!disableTypingIndicator && TypingIndicator && (
<TypingIndicatorContainer>
Expand Down

0 comments on commit 8b88483

Please sign in to comment.