Skip to content

Commit 3156dd7

Browse files
[getsentry/action-github-commit] Auto commit
1 parent e7da8b7 commit 3156dd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/imageLightbox/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ export type ValidDimensions = {
3131
width: number;
3232
};
3333

34-
export const getValidDimensions = (width?: number, height?: number): ValidDimensions | null => {
34+
export const getValidDimensions = (
35+
width?: number,
36+
height?: number
37+
): ValidDimensions | null => {
3538
if (
3639
width != null &&
3740
height != null &&

0 commit comments

Comments
 (0)