diff --git a/templates/image.jsx b/templates/image.jsx index 36368bd7..b50c8fb6 100644 --- a/templates/image.jsx +++ b/templates/image.jsx @@ -22,12 +22,13 @@ export default function Image(props) { ); const hasSource = Boolean(src); if (!hasSource) return null; + const classNamePrefixSeparator = (props.classNamePrefixSeparator || '__'); const attributionClassNamePrefixes = (props.attributionClassNamePrefixes || props.classNamePrefixes); return (