refactor load latest btn

This commit is contained in:
Ansh Nanda 2023-05-23 15:33:27 -07:00
parent fc9e28ca72
commit 0fd5c9294a
4 changed files with 7 additions and 7 deletions

View file

@ -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"