diff --git a/src/components/common/AutoComplete.tsx b/src/components/common/AutoComplete.tsx index 4691125e..0ba18214 100644 --- a/src/components/common/AutoComplete.tsx +++ b/src/components/common/AutoComplete.tsx @@ -432,7 +432,12 @@ export default function AutoComplete({ }) } onClick={onClick}> -
+
{match instanceof CustomEmoji ? ( )} - {`:${ + {`:${ match instanceof CustomEmoji ? match.name : match - }:`} + }:`}
{match instanceof CustomEmoji && match.parent.type == "Server" && (