Run linting --fix
This commit is contained in:
parent
c429b13b05
commit
dad797d4a2
34 changed files with 64 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue