Prettified Code!

This commit is contained in:
gabek 2023-04-04 01:04:18 +00:00 committed by GitHub Action
parent 11a3a79032
commit 1cd4efaf72

View file

@ -26,7 +26,7 @@ export const ChatSystemMessage: FC<ChatSystemMessageProps> = ({
className={styles.message}
content={body}
matchers={[
new UrlMatcher('url',{ customTLDs: ['online'] }),
new UrlMatcher('url', { customTLDs: ['online'] }),
new ChatMessageHighlightMatcher('highlight', { highlightString }),
]}
/>