Skip to content

Commit

Permalink
Merge branch 'main' into refactor/bubble-list-rerender
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Feb 10, 2025
2 parents 4947f28 + 8b02609 commit 6de916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/attachments/FileList/FileListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function FileListCard(props: FileListCardProps, ref: React.Ref<HTMLDivElement>)
// Preview Image style
content = (
<>
<img alt="preview" src={previewUrl} />
{previewUrl && <img alt="preview" src={previewUrl} />}

{status !== 'done' && (
<div className={`${cardCls}-img-mask`}>
Expand Down

0 comments on commit 6de916c

Please # to comment.