fix type errors on Custom Feed screen
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user