Skip to content

Commit 544ebd6

Browse files
ConversationDetails: openMenu -> onClick
1 parent d57d0ce commit 544ebd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/components/conversation/conversation-details/ConversationDetails.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,12 +539,12 @@ export function ConversationDetails({
539539
},
540540
]}
541541
>
542-
{({ openMenu }) => {
542+
{({ onClick }) => {
543543
return (
544544
<button
545545
type="button"
546546
className="ConversationDetails--nickname-actions"
547-
onClick={openMenu}
547+
onClick={onClick}
548548
>
549549
<span className="ConversationDetails--nickname-actions-label">
550550
{i18n('icu:ConversationDetails--nickname-actions')}

0 commit comments

Comments
 (0)