Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 8aeb247

Browse files
authored
Merge pull request #187 from daita-technologies/develop
fix: not display image size on super resolution at first load
2 parents 056127f + 38cafe6 commit 8aeb247

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • src/routes/ProjectDetail/AugmentationOption/SamplePreviewImageElement

src/routes/ProjectDetail/AugmentationOption/SamplePreviewImageElement/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ const SamplePreviewImageElement = function ({
5858
return undefined;
5959
}
6060
return undefined;
61-
}, [isOriginalSampleImage, selectedSupperResolutionParamValue]);
61+
}, [
62+
isOriginalSampleImage,
63+
selectedSupperResolutionParamValue,
64+
originalImageSizeInfo,
65+
]);
6266

6367
return (
6468
<Box>

0 commit comments

Comments
 (0)