Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Oct 16, 2024
1 parent 04d06c4 commit 286a01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Promise/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ const OptionView: React.FC<{
shape={'square'}
className={'image'}
size={32}
icon={image ?? <UserOutlined />}
src={image}
icon={<UserOutlined />}
/>
)}
<div className={'info'}>
Expand Down

0 comments on commit 286a01f

Please sign in to comment.