refactor load latest btn
This commit is contained in:
parent
fc9e28ca72
commit
0fd5c9294a
4 changed files with 7 additions and 7 deletions
|
@ -258,7 +258,7 @@ const FeedPage = observer(
|
|||
headerOffset={HEADER_OFFSET}
|
||||
/>
|
||||
{feed.hasNewLatest && !feed.isRefreshing && (
|
||||
<LoadLatestBtn onPress={onPressLoadLatest} label="posts" />
|
||||
<LoadLatestBtn onPress={onPressLoadLatest} label="Load new posts" />
|
||||
)}
|
||||
<FAB
|
||||
testID="composeFAB"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue