(cherry picked from commit ea8adb5167)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
e114265058
commit
1bb7242d65
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