We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e114265 commit 1bb7242Copy full SHA for 1bb7242
app/screens/home/channel_list/servers/index.tsx
@@ -135,7 +135,7 @@ const Servers = React.forwardRef<ServersRef>((_, ref) => {
135
bottomSheet({
136
closeButtonId,
137
renderContent,
138
- footerComponent: AddServerButton,
+ footerComponent: isTablet ? undefined : AddServerButton,
139
snapPoints,
140
theme,
141
title: intl.formatMessage({id: 'your.servers', defaultMessage: 'Your servers'}),
0 commit comments