Don't warn on internal links (#3089)
* Don't want on internal links * Just disable mismatch for this inline link
This commit is contained in:
@@ -228,6 +228,7 @@ let FeedItem = ({
|
|||||||
text={sanitizeDisplayName(
|
text={sanitizeDisplayName(
|
||||||
authors[0].displayName || authors[0].handle,
|
authors[0].displayName || authors[0].handle,
|
||||||
)}
|
)}
|
||||||
|
disableMismatchWarning
|
||||||
/>
|
/>
|
||||||
{authors.length > 1 ? (
|
{authors.length > 1 ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user