Remove inputs border

This commit is contained in:
Peter Maquiran
2021-07-09 14:39:53 +01:00
parent 1f34261db4
commit f375b5403b
8 changed files with 13 additions and 13 deletions
@@ -118,9 +118,9 @@ export class GabineteDigitalPage implements OnInit {
if(event instanceof NavigationEnd && event.url == pathname) {
this.checkRoutes();
this.LoadCounts();
console.log('yes', pathname)
// console.log('yes', pathname)
} else {
console.log('not')
// console.log('not')
}
});