Don't warn on internal links (#3089)
* Don't want on internal links * Just disable mismatch for this inline linkzio/stable
parent
b70c404d4b
commit
ebd279ed68
|
@ -228,6 +228,7 @@ let FeedItem = ({
|
|||
text={sanitizeDisplayName(
|
||||
authors[0].displayName || authors[0].handle,
|
||||
)}
|
||||
disableMismatchWarning
|
||||
/>
|
||||
{authors.length > 1 ? (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue