You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Lint
This commit is contained in:
@@ -446,7 +446,9 @@ module.exports = React.createClass({
|
|||||||
"Either use HTTPS or <a>enable unsafe scripts</a>.", {},
|
"Either use HTTPS or <a>enable unsafe scripts</a>.", {},
|
||||||
{
|
{
|
||||||
'a': (sub) => {
|
'a': (sub) => {
|
||||||
return <a target="_blank" rel="noopener" href="https://www.google.com/search?&q=enable%20unsafe%20scripts">
|
return <a target="_blank" rel="noopener"
|
||||||
|
href="https://www.google.com/search?&q=enable%20unsafe%20scripts"
|
||||||
|
>
|
||||||
{ sub }
|
{ sub }
|
||||||
</a>;
|
</a>;
|
||||||
},
|
},
|
||||||
@@ -460,7 +462,9 @@ module.exports = React.createClass({
|
|||||||
"is not blocking requests.", {},
|
"is not blocking requests.", {},
|
||||||
{
|
{
|
||||||
'a': (sub) => {
|
'a': (sub) => {
|
||||||
return <a target="_blank" rel="noopener" href={this.state.enteredHomeserverUrl}>{ sub }</a>;
|
return <a target="_blank" rel="noopener"
|
||||||
|
href={this.state.enteredHomeserverUrl}
|
||||||
|
>{ sub }</a>;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
) }
|
) }
|
||||||
|
|||||||
Reference in New Issue
Block a user