Skip to content

Commit

Permalink
feat: wrap ThreadHead content in a div to enable styling for class st…
Browse files Browse the repository at this point in the history
…r-chat__parent-message-li
  • Loading branch information
MartinCupela committed Jul 5, 2022
1 parent c4f7520 commit 9323edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Thread/ThreadHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export const ThreadHead = <
'ThreadHead',
);
return (
<>
<div className='str-chat__parent-message-li'>
<Message initialMessage threadList {...props} />
<ThreadStart />
</>
</div>
);
};

0 comments on commit 9323edb

Please sign in to comment.