Skip to content

Commit

Permalink
Regression: Broken emoji picker on Livechat (#26128)
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza98 authored Jul 6, 2022
1 parent 4f390d7 commit 43e6b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/livechat/src/routes/Chat/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import RemoveIcon from '../../icons/remove.svg';
import SendIcon from '../../icons/send.svg';
import EmojiIcon from '../../icons/smile.svg';
import styles from './styles.scss';
import 'emoji-mart/css/emoji-mart.css';

class Chat extends Component {
state = {
Expand Down

0 comments on commit 43e6b7e

Please sign in to comment.