summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-07 08:48:18 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-07 08:48:18 -0700
commite83dd553611abddd142a73805392b069a65caf67 (patch)
treee916324e6cc67f1e74f7bd2937e32ac106020c34 /web
parentc6c2a97f446d8b9d413e3b827bb95406912a006d (diff)
downloadchat-e83dd553611abddd142a73805392b069a65caf67.tar.gz
chat-e83dd553611abddd142a73805392b069a65caf67.tar.bz2
chat-e83dd553611abddd142a73805392b069a65caf67.zip
Moving to updated
Diffstat (limited to 'web')
-rw-r--r--web/react/components/error_bar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/error_bar.jsx b/web/react/components/error_bar.jsx
index a96917d92..787b716be 100644
--- a/web/react/components/error_bar.jsx
+++ b/web/react/components/error_bar.jsx
@@ -63,7 +63,7 @@ export default class ErrorBar extends React.Component {
ErrorStore.removeChangeListener(this.onErrorChange);
}
- componentWillUpdate(nextProps, nextState) {
+ componentDidUpdate(nextProps, nextState) {
if (this.isValidError(nextState)) {
var height = $(React.findDOMNode(this)).outerHeight();
height = height < 30 ? 30 : height;