Update client dependencies
This commit is contained in:
parent
42efc20748
commit
81b635a872
18 changed files with 97 additions and 162 deletions
|
@ -8,6 +8,8 @@ const autolinker = new Autolinker({
|
|||
if (match.getType() === 'url') {
|
||||
return <a target="_blank" href={match.getAnchorHref()}>{match.getAnchorText()}</a>;
|
||||
}
|
||||
|
||||
return null;
|
||||
},
|
||||
React
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue