Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 0da0996

Browse files
committed
Fix download discourager bug
1 parent 794ce88 commit 0da0996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-image-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ class ReactImageLightbox extends Component {
825825
style={imageStyle}
826826
key={imageSrc + keyEndings[srcType]}
827827
>
828-
<div className="download-blocker ${styles.downloadBlocker}" />
828+
<div className={`download-blocker ${styles.downloadBlocker}`} />
829829
</div>
830830
);
831831
} else {

0 commit comments

Comments
 (0)