File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/node_modules/@webex
react-component-activity-item-base/src
redux-module-conversation/src Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,10 @@ import PropTypes from 'prop-types';
3
3
import classNames from 'classnames' ;
4
4
import { FormattedMessage } from 'react-intl' ;
5
5
import PresenceAvatar from '@webex/react-container-presence-avatar' ;
6
- import messages from '../../react-component-activity-system-message/src/messages' ;
7
-
8
6
import { Icon } from '@momentum-ui/react' ;
9
-
7
+ import messages from '../../react-component-activity-system-message/src/messages' ;
10
8
import styles from './styles.css' ;
11
9
12
-
13
10
const propTypes = {
14
11
actorId : PropTypes . string ,
15
12
children : PropTypes . element . isRequired ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const processActivities = ({
133
133
const parentId = activity . parent ?. id ;
134
134
135
135
if ( parentId ) {
136
- dirtyThreadList . add ( parentId ) ;
136
+ dirtyThreadList . add ( parentId ) ;
137
137
138
138
const threads = ta [ parentId ] ?? [ ] ;
139
139
@@ -228,7 +228,6 @@ const addActivities = ({state, addedActivities}) => {
228
228
} ;
229
229
230
230
export default function reducer ( state = initialState , action ) {
231
-
232
231
switch ( action . type ) {
233
232
case ACKNOWLEDGE_ACTIVITY : {
234
233
return state . set ( 'lastAcknowledgedActivityId' , action . payload . activity . id ) ;
You can’t perform that action at this time.
0 commit comments