Skip to content

Commit

Permalink
Fix server list bottom sheet on tablet (#8094)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum authored Jul 16, 2024
1 parent 62a694b commit ea8adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/home/channel_list/servers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Servers = React.forwardRef<ServersRef>((_, ref) => {
bottomSheet({
closeButtonId,
renderContent,
footerComponent: AddServerButton,
footerComponent: isTablet ? undefined : AddServerButton,
snapPoints,
theme,
title: intl.formatMessage({id: 'your.servers', defaultMessage: 'Your servers'}),
Expand Down

0 comments on commit ea8adb5

Please sign in to comment.