Skip to content

Commit c74e563

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 19e598e commit c74e563

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/imageLightbox.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ export function ImageLightbox({
6666

6767
// Filter out props that are incompatible with Next.js Image component
6868
// Next.js Image has stricter typing for certain props like 'placeholder'
69-
const {
70-
placeholder: _placeholder,
71-
...imageCompatibleProps
72-
} = props;
69+
const {placeholder: _placeholder, ...imageCompatibleProps} = props;
7370

7471
// Render the appropriate image component based on dimension validity
7572
const renderImage = () => {

0 commit comments

Comments
 (0)