Skip to content
Snippets Groups Projects
Commit 20070d2a authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch '192-cannot-close-the-activity-log-popup-on-the-community-page' into 'develop'

Resolve "Cannot close the activity log popup on the Community Page"

Closes #192

See merge request !344
parents 7d55f97b 577ddbbc
No related branches found
No related tags found
2 merge requests!348Develop,!344Resolve "Cannot close the activity log popup on the Community Page"
...@@ -28,7 +28,7 @@ class Dialogs extends PureComponent { ...@@ -28,7 +28,7 @@ class Dialogs extends PureComponent {
}; };
} }
componentDidUpdate(prevProps) { UNSAFE_componentWillUpdate(prevProps) {
const { active_dialogs, hide } = prevProps; const { active_dialogs, hide } = prevProps;
active_dialogs.forEach((v, k) => { active_dialogs.forEach((v, k) => {
if (!this['hide_' + k]) this['hide_' + k] = () => hide(k); if (!this['hide_' + k]) this['hide_' + k] = () => hide(k);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment