Skip to content

Commit

Permalink
Removed return type for updateImageSize fn
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts authored Jun 3, 2022
1 parent d303e6f commit 421f084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ThumbnailImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class ThumbnailImage extends PureComponent {
* Update the state with the computed thumbnail sizes.
*
* @param {{ width: number, height: number }} Params - width and height of the original image.
* @returns {void}
*/
updateImageSize({width, height}) {
const {thumbnailWidth, thumbnailHeight} = this.calculateThumbnailImageSize(width, height);
Expand Down

0 comments on commit 421f084

Please sign in to comment.