Fix server list bottom sheet on tablet (#8094)
This commit is contained in:
parent
62a694b8ca
commit
ea8adb5167
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue