We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe1431 commit f006d0bCopy full SHA for f006d0b
site/src/components/AuditLog/UserCell.tsx
@@ -28,6 +28,10 @@ const useStyles = makeStyles((theme) => ({
28
},
29
}))
30
31
+/**
32
+ * UserCell is a single cell in an audit log table row that contains user-level
33
+ * information
34
+ */
35
export const UserCell: React.FC<UserCellProps> = ({ onSelectEmail, user, userAgent }) => {
36
const styles = useStyles()
37
0 commit comments