From 6621c50ff91b47f4f7277a368e0293978965b647 Mon Sep 17 00:00:00 2001 From: George Date: Fri, 22 Nov 2024 17:45:45 +0100 Subject: [PATCH] fix: alert edit bottom sheet cut off (#11180) fix: alert edit bottom sheet visible --- .../SavedSearchAlertsList/Components/AlertBottomSheet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Scenes/SavedSearchAlertsList/Components/AlertBottomSheet.tsx b/src/app/Scenes/SavedSearchAlertsList/Components/AlertBottomSheet.tsx index 20812930323..04d3efae1be 100644 --- a/src/app/Scenes/SavedSearchAlertsList/Components/AlertBottomSheet.tsx +++ b/src/app/Scenes/SavedSearchAlertsList/Components/AlertBottomSheet.tsx @@ -35,8 +35,8 @@ export const AlertBottomSheet: React.FC = ({ name="AlertBottomSheet" onDismiss={onDismiss} > - - + + }> {title}