diff --git a/src/components/views/messages/MImageBody.js b/src/components/views/messages/MImageBody.js index 69cff6691c..6cabd9bc76 100644 --- a/src/components/views/messages/MImageBody.js +++ b/src/components/views/messages/MImageBody.js @@ -293,7 +293,7 @@ export default class MImageBody extends React.Component { if (thumbUrl && !this.state.imgError) { // Restrict the width of the thumbnail here, otherwise it will fill the container // which has the same width as the timeline - // mx_MImageBody_ resizes img to exactly container size + // mx_MImageBody_thumbnail resizes img to exactly container size img =