From c500c2ca64580e3a2a2131fc354ff8358c182c2b Mon Sep 17 00:00:00 2001 From: "Luis H. Ball Jr" Date: Thu, 20 Jun 2024 09:55:46 -0700 Subject: [PATCH] chore: fix typo Co-authored-by: marco <58441048+marco-salcedo@users.noreply.github.com> --- src/components/Gallery/ImageGallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery/ImageGallery.tsx b/src/components/Gallery/ImageGallery.tsx index 6e50942e..6d91ccaa 100644 --- a/src/components/Gallery/ImageGallery.tsx +++ b/src/components/Gallery/ImageGallery.tsx @@ -54,7 +54,7 @@ export class Gallery extends Component { } if (!selectedAsset.attributes.media_height) { - selectedAsset.attributes.media_hight = metadata.PixelHeight; + selectedAsset.attributes.media_height = metadata.PixelHeight; } this.props.sdk.close({