Skip to content

Commit

Permalink
Fix shared chats height
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 18, 2023
1 parent a761e44 commit 2c9d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/dialogs/ViewGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function ViewGroupInner(props: {
<div className='group-separator'>
{tx('profile_shared_chats')}
</div>
<div style={{ height: 500 }}>
<div style={{height: CHATLISTITEM_CHAT_HEIGHT * chatListIds.length}}>
<AutoSizer>
{({ width, height }) => (
<ChatListPart
Expand Down

0 comments on commit 2c9d730

Please sign in to comment.