Skip to content

Commit

Permalink
Restart epic app
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jun 25, 2024
1 parent fab4d83 commit a0b375c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chats/ChatList/PinnedMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function PinnedMessage({
if (!message) return null

const Component = asContainer ? Container<'div'> : 'div'

return (
<div className='sticky top-0 z-10 border-b border-border-gray bg-background-light text-sm'>
<Component className='flex' onClick={() => scrollToMessage(message.id)}>
Expand Down

0 comments on commit a0b375c

Please sign in to comment.