You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
Run linting --fix
This commit is contained in:
@@ -43,7 +43,7 @@ export default function SenderProfile(props) {
|
||||
];
|
||||
|
||||
let content;
|
||||
if(props.text) {
|
||||
if (props.text) {
|
||||
content = _t(props.text, { senderName: () => nameElem });
|
||||
} else {
|
||||
// There is nothing to translate here, so call substitute() instead
|
||||
|
||||
Reference in New Issue
Block a user