Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Nov 19, 2019
1 parent ce0dccc commit ca2ef6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/component/src/Activity/SendStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const connectSendStatus = (...selectors) =>
...selectors
);

const SendStatus = ({ activity, focusSendBox }) => {
const SendStatus = ({ activity }) => {
const [{ sendStatus: sendStatusStyleSet }] = useStyleSet();
const focusSendBox = useFocusSendBox();
const postActivity = usePostActivity();
Expand Down
1 change: 0 additions & 1 deletion packages/component/src/SendBox/SendButton.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import PropTypes from 'prop-types';
import React from 'react';

import connectToWebChat from '../connectToWebChat';
Expand Down

0 comments on commit ca2ef6b

Please sign in to comment.