summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/components/post_body.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/components/post_body.jsx')
-rw-r--r--webapp/components/post_view/components/post_body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/post_body.jsx b/webapp/components/post_view/components/post_body.jsx
index 3295f5bac..5c02e9c40 100644
--- a/webapp/components/post_view/components/post_body.jsx
+++ b/webapp/components/post_view/components/post_body.jsx
@@ -169,7 +169,7 @@ export default class PostBody extends React.Component {
);
}
- let messageWrapper = (
+ const messageWrapper = (
<div
key={`${post.id}_message`}
id={`${post.id}_message`}