Skip to content

Commit f006d0b

Browse files
committed
document code
1 parent 4fe1431 commit f006d0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/components/AuditLog/UserCell.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const useStyles = makeStyles((theme) => ({
2828
},
2929
}))
3030

31+
/**
32+
* UserCell is a single cell in an audit log table row that contains user-level
33+
* information
34+
*/
3135
export const UserCell: React.FC<UserCellProps> = ({ onSelectEmail, user, userAgent }) => {
3236
const styles = useStyles()
3337

0 commit comments

Comments
 (0)