Save skin tone changes in reaction picker
This commit is contained in:
parent
1a682fa297
commit
4f1188e213
6 changed files with 20 additions and 3 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue