fix type errors on Custom Feed screen
This commit is contained in:
parent
be2beae1f1
commit
14619cf8a3
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue