diff --git a/src/client/pages/Settings/AuditLog.tsx b/src/client/pages/Settings/AuditLog.tsx index b87ddc8..7d3edd4 100644 --- a/src/client/pages/Settings/AuditLog.tsx +++ b/src/client/pages/Settings/AuditLog.tsx @@ -88,19 +88,21 @@ export const AuditLog: React.FC = React.memo(() => { t('Nothing more to load') ) ) : ( -
+
{item.relatedType && ( )}
{dayjs(item.createdAt).format('MM-DD HH:mm')}
-
{item.content}
+
+ {item.content} +
)}