1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-09 00:18:44 +01:00
This commit is contained in:
Nicolas Constant 2020-03-31 18:59:49 -04:00
parent 5e2ab0365f
commit f3b13879b3
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -134,8 +134,6 @@ export class StatusComponent implements OnInit {
}
if (cwPolicy.hideCompletlyContent && cwPolicy.hideCompletlyContent.length > 0) {
console.warn('tata');
console.warn(cwPolicy.hideCompletlyContent);
let detected = cwPolicy.hideCompletlyContent.filter(x => splittedContent.find(y => y == x || y == `#${x}`));
if (detected && detected.length > 0) {
this.hideStatus = true;