diff --git a/services/web/frontend/js/features/history/components/change-list/all-history-list.tsx b/services/web/frontend/js/features/history/components/change-list/all-history-list.tsx index 8efc53d0e8..d40a180dfb 100644 --- a/services/web/frontend/js/features/history/components/change-list/all-history-list.tsx +++ b/services/web/frontend/js/features/history/components/change-list/all-history-list.tsx @@ -4,6 +4,7 @@ import HistoryVersion from './history-version' import LoadingSpinner from '../../../../shared/components/loading-spinner' import { OwnerPaywallPrompt } from './owner-paywall-prompt' import { NonOwnerPaywallPrompt } from './non-owner-paywall-prompt' +import { relativeDate } from '../../../utils/format-date' function AllHistoryList() { const { updatesInfo, fetchNextBatchOfUpdates, currentUserIsOwner } = @@ -77,6 +78,11 @@ function AllHistoryList() { {update.meta.first_in_day && index > 0 && (
)} + {update.meta.first_in_day && ( + + )} - {update.meta.first_in_day && ( - - )}