We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7da8b7 commit 3156dd7Copy full SHA for 3156dd7
src/components/imageLightbox/index.tsx
@@ -31,7 +31,10 @@ export type ValidDimensions = {
31
width: number;
32
};
33
34
-export const getValidDimensions = (width?: number, height?: number): ValidDimensions | null => {
+export const getValidDimensions = (
35
+ width?: number,
36
+ height?: number
37
+): ValidDimensions | null => {
38
if (
39
width != null &&
40
height != null &&
0 commit comments