Skip to content

Commit

Permalink
fix: 评审问题-0
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Nov 24, 2023
1 parent 3f256fe commit 87d7f0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ const UnknownIcon = (props: UnknownIconProps) => {
setOpen(_open);
}}
>
{defaultValue?.image ? (
{defaultValue?.url ? (
<img
className={cls(`${prefixCls}__icon__img`, hashId)}
src={defaultValue.image}
src={defaultValue.url}
onClick={() => setOpen(true)}
/>
) : (
Expand Down

0 comments on commit 87d7f0c

Please sign in to comment.