Skip to content

Commit 189a6bc

Browse files
committed
fix lint
Signed-off-by: Zishan Ahmad <zishan.barun@gmail.com>
1 parent 2f988c4 commit 189a6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/views/ChatInput/ChatInputFormattingToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const ChatInputFormattingToolbar = ({
297297
return (
298298
<Tooltip
299299
text={`${itemInFormatter.name} ${
300-
itemInFormatter.shortcut && `(${itemInFormattershortcut})`
300+
itemInFormatter.shortcut && `(${itemInFormatter.shortcut})`
301301
}`}
302302
position="top"
303303
key={`formatter-${itemInFormatter.name}`}

0 commit comments

Comments
 (0)