fix type errors on Custom Feed screen

zio/stable
Ansh Nanda 2023-05-25 13:46:17 -07:00
parent be2beae1f1
commit 14619cf8a3
1 changed files with 5 additions and 1 deletions

View File

@ -338,7 +338,11 @@ export const CustomFeedScreen = withAuthRequired(
extraData={[uri, isPinned]}
/>
{isScrolledDown ? (
<LoadLatestBtn onPress={onScrollToTop} label="Scroll to top" />
<LoadLatestBtn
onPress={onScrollToTop}
label="Scroll to top"
showIndicator={false}
/>
) : null}
<FAB
testID="composeFAB"