Fix the acceptance tests noMoreDataTop issue (#1003)

This commit is contained in:
M. Mert Yıldıran
2022-04-14 00:16:02 -07:00
committed by GitHub
parent 1a5378b64b
commit 5bb904d068
6 changed files with 9 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ export const EntriesList: React.FC<EntriesListProps> = ({
setLeftOffTop(data.meta.leftOff);
let scrollTo: boolean;
if (data.meta.leftOff === 0) {
if (data.meta.noMoreData) {
setNoMoreDataTop(true);
scrollTo = false;
} else {