Fix broken dependency on inner react utility function
This commit is contained in:
parent
e2209e1104
commit
b44dd38360
7 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,7 @@ import AccountContainer from '../../../containers/account_container';
|
|||
import { FormattedMessage } from 'react-intl';
|
||||
import Permalink from '../../../components/permalink';
|
||||
import emojify from '../../../emoji';
|
||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
|
||||
import escapeTextContentForBrowser from 'escape-html';
|
||||
|
||||
const linkStyle = {
|
||||
fontWeight: '500'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue