Browse Source

Prettified Code!

gek/fix-access-token-validation
gabek 2 years ago committed by GitHub Action
parent
commit
1cd4efaf72
  1. 2
      web/components/chat/ChatSystemMessage/ChatSystemMessage.tsx

2
web/components/chat/ChatSystemMessage/ChatSystemMessage.tsx

@ -26,7 +26,7 @@ export const ChatSystemMessage: FC<ChatSystemMessageProps> = ({ @@ -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 }),
]}
/>

Loading…
Cancel
Save