diff --git a/packages/nicolium/src/components/mention.tsx b/packages/nicolium/src/components/mention.tsx index 7d27db973..13d326cee 100644 --- a/packages/nicolium/src/components/mention.tsx +++ b/packages/nicolium/src/components/mention.tsx @@ -10,7 +10,7 @@ interface IMention { disabled?: boolean; } -/** Mention for display in post content and the composer. */ +/** Mention for display in the composer. */ const Mention: React.FC = ({ mention: { acct, username }, disabled }) => { const handleClick: React.MouseEventHandler = (e) => { if (disabled) {