You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
delint
This commit is contained in:
@ -1098,7 +1098,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||||||
warnings.push((
|
warnings.push((
|
||||||
<span className="warning" key="only_member_warning">
|
<span className="warning" key="only_member_warning">
|
||||||
{' '/* Whitespace, otherwise the sentences get smashed together */ }
|
{' '/* Whitespace, otherwise the sentences get smashed together */ }
|
||||||
{ _t("You are the only person here. If you leave, no one will be able to join in the future, including you.") }
|
{ _t("You are the only person here. " +
|
||||||
|
"If you leave, no one will be able to join in the future, including you.") }
|
||||||
</span>
|
</span>
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user