diff --git a/src/js/components/Overview/LastIngestion.tsx b/src/js/components/Overview/LastIngestion.tsx index 0ccd0bc4..76fe7739 100644 --- a/src/js/components/Overview/LastIngestion.tsx +++ b/src/js/components/Overview/LastIngestion.tsx @@ -47,7 +47,9 @@ const LastIngestionInfo: React.FC = () => { queryableDataTypes.map((dataType: LastIngestionDataTypeResponse) => ( - {t(getDataTypeLabel(dataType.id))} + + {t(getDataTypeLabel(dataType.id))} + {dataType.last_ingested ? formatDate(dataType.last_ingested) : 'Not Available'}