From 38ea041136a5e8d1c7950d309e0580b051525cd9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 15 Mar 2024 16:22:09 +0000 Subject: change to scrollable inner --- src/components/dialogs/BirthDateSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/dialogs/BirthDateSettings.tsx b/src/components/dialogs/BirthDateSettings.tsx index 5fe7b7bcc..62c95c78d 100644 --- a/src/components/dialogs/BirthDateSettings.tsx +++ b/src/components/dialogs/BirthDateSettings.tsx @@ -31,7 +31,7 @@ export function BirthDateSettingsDialog({ return ( - + {preferences && !isPending ? ( )} - + ) } -- cgit 1.4.1