From edb1b007a91dfa900b58c97ae07bfaac49b1e2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 17 Mar 2026 10:35:27 +0100 Subject: [PATCH] nicolium: update comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/src/components/mention.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {