Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Nov 2, 2019
1 parent b904059 commit 88c05ba
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/component/src/BasicTranscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,9 @@ BasicTranscript.propTypes = {
})
};

export default connectToWebChat(
({ activityRenderer, attachmentRenderer, groupTimestamp, webSpeechPonyfill }) => ({
activityRenderer,
attachmentRenderer,
groupTimestamp,
webSpeechPonyfill
})
)(BasicTranscript);
export default connectToWebChat(({ activityRenderer, attachmentRenderer, groupTimestamp, webSpeechPonyfill }) => ({
activityRenderer,
attachmentRenderer,
groupTimestamp,
webSpeechPonyfill
}))(BasicTranscript);

0 comments on commit 88c05ba

Please sign in to comment.