🐛(front) fix missing pagination mail domains

fix position div ref
This commit is contained in:
Eléonore Voisin
2025-07-02 14:16:31 +02:00
parent efd137e328
commit a073e491b1
@@ -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>
);
}