Skip to content

Commit

Permalink
fix(bug): edit internal note
Browse files Browse the repository at this point in the history
Close#2131
  • Loading branch information
munkhorgil committed Aug 20, 2020
1 parent eb6951e commit 579b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/modules/activityLogs/containers/ActivityLogs.tsx
Expand Up @@ -35,7 +35,7 @@ class Container extends React.Component<FinalProps, {}> {
}

componentWillReceiveProps(nextProps) {
if (nextProps.profileImage !== this.props.activityType) {
if (nextProps.activityType !== this.props.activityType) {
this.props.activityLogQuery.refetch();
}
}
Expand Down

0 comments on commit 579b0bc

Please sign in to comment.