Skip to content

Commit

Permalink
resolved console error due to wrong prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Mar 9, 2024
1 parent 677e50a commit 3390ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/LinkPreview/LinkPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const LinkPreview = ({ className = '', style = {}, url, meta, ...props }) => {
ghost
display="inline"
square
small
size="small"
>
{isPreviewOpen ? (
<Icon name="chevron-left" size="1.25rem" />
Expand Down

0 comments on commit 3390ac2

Please sign in to comment.