diff --git a/src/components/ThumbnailImage.js b/src/components/ThumbnailImage.js index 72b40d584893..3088a13a425b 100644 --- a/src/components/ThumbnailImage.js +++ b/src/components/ThumbnailImage.js @@ -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);