nicolium: update comment

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-17 10:35:27 +01:00
parent 1dcc2e1ca3
commit edb1b007a9

View File

@ -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<IMention> = ({ mention: { acct, username }, disabled }) => {
const handleClick: React.MouseEventHandler = (e) => {
if (disabled) {