mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix lightbox mock tests
This commit is contained in:
@@ -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
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user