Skip to content

Commit

Permalink
更新ui
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Nov 9, 2024
1 parent ee57593 commit f8cba51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/admin/common-history/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export const CommonHistory = () => {
key: 'user',
render: (user) => {
return (<>
<Tooltip title={user.email}>
<Avatar src={user.avatar} />
<Tooltip title={user?.email}>
<Avatar src={user?.avatar} />
</Tooltip>
</>)
}
Expand Down

0 comments on commit f8cba51

Please sign in to comment.