diff --git a/src/qqq/components/audits/AuditBody.tsx b/src/qqq/components/audits/AuditBody.tsx index f98d540..1a1d5f1 100644 --- a/src/qqq/components/audits/AuditBody.tsx +++ b/src/qqq/components/audits/AuditBody.tsx @@ -402,14 +402,16 @@ function AuditBody({tableMetaData, recordId, record}: Props): JSX.Element return ( - - - - {ValueUtils.getFullWeekday(audit0.values.get("timestamp"))} {timestampParts[0]} - {timestampParts[0] == todayFormatted ? " (Today)" : ""} - {timestampParts[0] == yesterdayFormatted ? " (Yesterday)" : ""} + + + + + {ValueUtils.getFullWeekday(audit0.values.get("timestamp"))} {timestampParts[0]} + {timestampParts[0] == todayFormatted ? " (Today)" : ""} + {timestampParts[0] == yesterdayFormatted ? " (Yesterday)" : ""} + + - {