Save skin tone changes in reaction picker

This commit is contained in:
Evan Hahn 2021-09-09 15:53:26 -05:00 committed by GitHub
parent 1a682fa297
commit 4f1188e213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 3 deletions

View file

@ -10,6 +10,7 @@ export function renderEmojiPicker({
ref,
onClickSettings,
onPickEmoji,
onSetSkinTone,
onClose,
style,
}: RenderEmojiPickerProps): JSX.Element {
@ -18,6 +19,7 @@ export function renderEmojiPicker({
ref={ref}
onClickSettings={onClickSettings}
onPickEmoji={onPickEmoji}
onSetSkinTone={onSetSkinTone}
onClose={onClose}
style={style}
/>