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}) => (