This commit is contained in:
Nicolas Constant 2023-08-07 19:48:23 -04:00
parent 4a2b408c1b
commit 2b106ba546
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export class StatusTranslateComponent implements OnInit, OnDestroy {
&& this.configuredLanguages.length > 0
&& this.configuredLanguages.findIndex(x => x.iso639 === this.status.status.language) === -1) {
console.warn('can translate');
this.isTranslationAvailable = true;
}
else {