fix(export): restore session table body rendering

This commit is contained in:
aits2026
2026-03-06 18:55:54 +08:00
parent 76d69ab7dd
commit 5affd4e57b
2 changed files with 8 additions and 6 deletions

View File

@@ -6366,6 +6366,7 @@ function ExportPage() {
className="contacts-virtuoso"
data={filteredContacts}
computeItemKey={(_, contact) => contact.username}
fixedItemHeight={76}
itemContent={renderContactRow}
rangeChanged={handleContactsRangeChanged}
atTopStateChange={setIsContactsListAtTop}