fix type errors on Custom Feed screen
parent
be2beae1f1
commit
14619cf8a3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue