Web:Client:Accounts: delete useless code

This commit is contained in:
TimofeyBoyko 2022-10-12 14:31:58 +05:00
parent 041c41892b
commit e0ae104453

View File

@ -69,8 +69,6 @@ class ChangeUserTypeDialogComponent extends React.Component {
const firstType = fromType.length === 1 ? this.getType(fromType[0]) : null;
const secondType = this.getType(toType);
console.log(fromType);
const changeUserTypeMessage = firstType ? (
<Trans i18nKey="ChangeUserTypeDialog" ns="ChangeUserTypeMessage" t={t}>
Users with the <b>'{{ firstType }}'</b> type will be moved to{" "}