Skip to content

Commit 46b577a

Browse files
Merge pull request #107 from JJ-Kidd/master
NOTICKET: Update ReactionPicker to send username instead of ID
2 parents 8a8fb0e + 44eab00 commit 46b577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReactionPicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const ReactionPicker = themed(
139139
borderWidth: 1,
140140
},
141141
}}
142-
name={latestUser.id}
142+
name={latestUser.name || latestUser.id}
143143
/>
144144
) : (
145145
!hideReactionOwners && (

0 commit comments

Comments
 (0)