diff --git a/site/src/components/Table/Table.tsx b/site/src/components/Table/Table.tsx index 5cc4b2095a..85af9eda5f 100644 --- a/site/src/components/Table/Table.tsx +++ b/site/src/components/Table/Table.tsx @@ -99,9 +99,8 @@ export const TableRow: React.FC = ({ return ( > = ({ }) => { return ( [role=checkbox]]:translate-y-[2px]", className, )} - {...props} /> ); }; diff --git a/site/src/components/Timeline/TimelineDateRow.tsx b/site/src/components/Timeline/TimelineDateRow.tsx index e659fe9f03..f3395e445a 100644 --- a/site/src/components/Timeline/TimelineDateRow.tsx +++ b/site/src/components/Timeline/TimelineDateRow.tsx @@ -9,9 +9,9 @@ export interface TimelineDateRow { export const TimelineDateRow: FC = ({ date }) => { return ( - + {createDisplayDate(date)} diff --git a/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx b/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx index cc4a135ba3..ea0ccc37a8 100644 --- a/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx +++ b/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx @@ -73,7 +73,7 @@ export const AuditLogRow: FC = ({ data-testid={`audit-log-row-${auditLog.id}`} clickable={shouldDisplayDiff} > - +
= ({
{shouldDisplayDiff ? ( -
- +
+
) : (