Fix up missing props
This commit is contained in:
@@ -352,7 +352,7 @@ export const ProfileFeedScreenInner = observer(
|
|||||||
scrollElRef={scrollElRef}
|
scrollElRef={scrollElRef}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{({onScroll, headerHeight}) => (
|
{({onScroll, headerHeight, scrollElRef}) => (
|
||||||
<AboutSection
|
<AboutSection
|
||||||
feedOwnerDid={feedOwnerDid}
|
feedOwnerDid={feedOwnerDid}
|
||||||
feedRkey={rkey}
|
feedRkey={rkey}
|
||||||
|
|||||||
@@ -219,9 +219,10 @@ export const ProfileListScreenInner = observer(
|
|||||||
items={SECTION_TITLES_MOD}
|
items={SECTION_TITLES_MOD}
|
||||||
isHeaderReady={list.hasLoaded}
|
isHeaderReady={list.hasLoaded}
|
||||||
renderHeader={renderHeader}>
|
renderHeader={renderHeader}>
|
||||||
{({onScroll, headerHeight, isScrolledDown}) => (
|
{({onScroll, headerHeight, isScrolledDown, scrollElRef}) => (
|
||||||
<AboutSection
|
<AboutSection
|
||||||
list={list}
|
list={list}
|
||||||
|
scrollElRef={scrollElRef}
|
||||||
descriptionRT={list.descriptionRT}
|
descriptionRT={list.descriptionRT}
|
||||||
creator={list.data ? list.data.creator : undefined}
|
creator={list.data ? list.data.creator : undefined}
|
||||||
isCurateList={list.isCuratelist}
|
isCurateList={list.isCuratelist}
|
||||||
|
|||||||
Reference in New Issue
Block a user