Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pederjohnsen committed Mar 23, 2019
1 parent 5570a7c commit d140dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ You can get emoji data from native emoji unicode using the `getEmojiDataFromNati
import { getEmojiDataFromNative, Emoji } from 'emoji-mart'
import data from 'emoji-mart/data/all.json'

let emojiData = getEmojiDataFromNative('πŸŠπŸ½β€β™€οΈ', 'apple', data)
const emojiData = getEmojiDataFromNative('πŸŠπŸ½β€β™€οΈ', 'apple', data)

<Emoji
emoji={emojiData}
Expand Down
2 changes: 1 addition & 1 deletion stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ storiesOf('Headless Search', module)
storiesOf('Get emoji data from Native', module)
.addDecorator(withKnobs)
.add('Default', () => {
let emojiData = getEmojiDataFromNative(
const emojiData = getEmojiDataFromNative(
text('Unicode', 'πŸ‹πŸΏβ€β™‚οΈ'),
select('Emoji pack', SETS, SETS[0]),
data
Expand Down

0 comments on commit d140dd8

Please sign in to comment.