Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: marco <[email protected]>
  • Loading branch information
luqven and marco-salcedo committed Jun 20, 2024
1 parent 9a0105b commit 35af9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gallery/ImageGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class Gallery extends Component<GalleryProps, GalleryState> {
}

if (!selectedAsset.attributes.media_height) {
selectedAsset.attributes.media_hight = metadata.PixelHeight;
selectedAsset.attributes.media_height = metadata.PixelHeight;
}

this.props.sdk.close({
Expand Down

0 comments on commit 35af9f4

Please sign in to comment.