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:
parent
b70c404d4b
commit
ebd279ed68
1 changed files with 1 additions and 0 deletions
|
@ -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 ? (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue