diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index fcd0c85..f3aba33 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -477,6 +477,13 @@ function ContactsIndex() { ))} )} + {!loading && hasMore && ( +
+ +
+ )}