fix type errors on Custom Feed screen
parent
be2beae1f1
commit
14619cf8a3
|
@ -338,7 +338,11 @@ export const CustomFeedScreen = withAuthRequired(
|
||||||
extraData={[uri, isPinned]}
|
extraData={[uri, isPinned]}
|
||||||
/>
|
/>
|
||||||
{isScrolledDown ? (
|
{isScrolledDown ? (
|
||||||
<LoadLatestBtn onPress={onScrollToTop} label="Scroll to top" />
|
<LoadLatestBtn
|
||||||
|
onPress={onScrollToTop}
|
||||||
|
label="Scroll to top"
|
||||||
|
showIndicator={false}
|
||||||
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<FAB
|
<FAB
|
||||||
testID="composeFAB"
|
testID="composeFAB"
|
||||||
|
|
Loading…
Reference in New Issue