Skip to content

Commit 44eab00

Browse files
authored
Update ReactionPicker.js
Update to have id as fallback from name
1 parent 3837925 commit 44eab00

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
@@ -124,7 +124,7 @@ export const ReactionPicker = themed(
124124
borderWidth: 1,
125125
},
126126
}}
127-
name={latestUser.name}
127+
name={latestUser.name || latestUser.id}
128128
/>
129129
) : (
130130
!hideReactionOwners && (

0 commit comments

Comments
 (0)