Miko fixes 0.52.2 a2 #7451
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const MarkdownPreview = (props: MarkdownProps) => {
|
|||
div: React.Fragment,
|
||||
img: (imgProps) =>
|
||||
isStakeEnoughForPreview(stakedLevel) && !isEmote(imgProps.title, imgProps.src) ? (
|
||||
ZoomableImage
|
||||
<ZoomableImage {...imgProps} />
|
||||
) : (
|
||||
<SimpleImageLink src={imgProps.src} alt={imgProps.alt} title={imgProps.title} />
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue