Skip to content

Commit

Permalink
refactor: add πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 26, 2021
1 parent 68d33be commit 28c63f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/src/components/ChatBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { autorun } from 'mobx';
import { observer } from 'mobx-react-lite';
import React, { FunctionComponent, useEffect, useRef, useState } from 'react';
Expand Down Expand Up @@ -95,7 +94,7 @@ export const ChatBar: FunctionComponent = observer(() => {
)}
>
<EmojiList>
{['πŸ˜‚', '😊', 'πŸ‘', 'πŸ™ˆ', 'πŸ”₯', 'πŸ€”', 'πŸ’©'].map((emoji) => (
{['πŸ˜‚', '😊', 'πŸ‘', 'πŸ™ˆ', 'πŸ”₯', 'πŸ€”', 'πŸ’©', 'πŸš€'].map((emoji) => (
<span
key={emoji}
data-emoji={emoji}
Expand Down

0 comments on commit 28c63f3

Please sign in to comment.