From 5e9db3647ab25c1a31274c950b5e73648966660a Mon Sep 17 00:00:00 2001 From: Maxwell Kepler Date: Mon, 22 Oct 2018 21:03:39 +0100 Subject: [PATCH] Fixed minor typo in comment --- src/components/views/messages/MImageBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =