webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js in katello-4.3.0.rc1 vs webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js in katello-4.3.0.rc2
- old
+ new
@@ -93,10 +93,10 @@
const cells = [
{ title: <Bullseye><RepoIcon type={contentType} /></Bullseye> },
{ title: <a href={urlBuilder(`products/${productId}/repositories`, '', id)}>{name}</a> },
productName,
- { title: <LastSync {...{ lastSyncWords, lastSync }} /> },
+ { title: <LastSync {...{ startedAt: lastSync?.started_at, lastSyncWords, lastSync }} /> },
{ title: <ContentCounts {...{ counts, productId }} repoId={id} /> },
{
title: <AddedStatusLabel added={addedToCV || statusSelected === ADDED} />,
},
];