mirror of
https://github.com/suitenumerique/people.git
synced 2026-08-17 21:25:52 +02:00
🐛(front) fix missing pagination mail domains
fix position div ref
This commit is contained in:
+1
-1
@@ -174,10 +174,10 @@ export function MailBoxesListView({
|
||||
]}
|
||||
isLoading={isLoading}
|
||||
/>
|
||||
<div ref={loadMoreRef} style={{ height: 32 }} />
|
||||
{isFetchingNextPage && <div>{t('Loading more...')}</div>}
|
||||
</>
|
||||
) : null}
|
||||
<div ref={loadMoreRef} style={{ height: 32 }} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user