summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/react/components/post_right.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index 89a616d27..0c3754529 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -293,7 +293,7 @@ module.exports = React.createClass({
componentDidUpdate: function() {
if(!this.wasForced){
this.resize();
- wasForced = false
+ this.wasForced = false;
}
},
componentWillUnmount: function() {