From 8f9898e74c7886bd12c180bd8079dc3da5069ed9 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 4 Jun 2024 12:02:09 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9F=8F=81=20#7]=20Starter=20packs=207=20(#4?= =?UTF-8?q?355)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * change profiles to people * fixed height desktop --- src/screens/StarterPack/Main/ProfilesList.tsx | 2 ++ src/screens/StarterPack/Main/index.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/screens/StarterPack/Main/ProfilesList.tsx b/src/screens/StarterPack/Main/ProfilesList.tsx index 50c49ede85..8084e6e643 100644 --- a/src/screens/StarterPack/Main/ProfilesList.tsx +++ b/src/screens/StarterPack/Main/ProfilesList.tsx @@ -49,6 +49,8 @@ export const ProfilesList = React.forwardRef( } showsVerticalScrollIndicator={false} + // @ts-ignore + desktopFixedHeight /> ) }, diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx index 48d1572eac..d610a859b2 100644 --- a/src/screens/StarterPack/Main/index.tsx +++ b/src/screens/StarterPack/Main/index.tsx @@ -115,7 +115,7 @@ function StarterPackScreenInner() { return (
}> {({headerHeight, scrollElRef}) => (