+ An export is already {activeExportCopy.label.toLowerCase()}. You can request another + export when it finishes. +
+ )} + {!activeExportCopy && readyExport && ( ++ Your latest export is ready. Download it from Export history below. +
+ )} +Check your connection and try again.
+ ++ No exports yet. Request an export to download a copy of your data. +
+ ) : ( ++ {copy.description} + {displayStatus === 'failed' && record.failureMessage ? ` ${record.failureMessage}` : ''} +
+ {detailItems.length > 0 && ( +{detailItems.join(' · ')}
+ )} +
+
|
+