Skip to content

Commit

Permalink
fix: display interpolation data on mouse hover for chatbox name (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariembencheikh authored Apr 10, 2024
1 parent 8d83261 commit 1c154fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/item/header/ItemHeaderActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ const ItemHeaderActions = (): JSX.Element => {
<ShareButton itemId={item.id} />
<ChatboxButton
showChat
tooltip={translateBuilder(BUILDER.ITEM_CHATBOX_TITLE)}
tooltip={translateBuilder(BUILDER.ITEM_CHATBOX_TITLE, {
name: item.name,
})}
id={ITEM_CHATBOX_BUTTON_ID}
onClick={onClickChatbox}
/>
Expand Down

0 comments on commit 1c154fc

Please sign in to comment.