Fix lightbox mock tests

This commit is contained in:
trevor-signal
2025-09-24 15:39:27 -04:00
committed by GitHub
parent 0eabffe3cf
commit d76b16aae1

View File

@@ -230,7 +230,7 @@ export function Image({
className={classNames( className={classNames(
'module-image', 'module-image',
className, className,
attachment.path ? 'module-image--loaded' : null, attachment.url ? 'module-image--loaded' : null,
!noBackground ? 'module-image--with-background' : null, !noBackground ? 'module-image--with-background' : null,
cropWidth || cropHeight ? 'module-image--cropped' : null cropWidth || cropHeight ? 'module-image--cropped' : null
)} )}