Automatic call to backToShop() removed from Invoice Component
This commit is contained in:
parent
14bb45cb95
commit
55520fb41f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,8 @@ var Buffer = require('buffer/').Buffer;
|
|||
selector: 'app-invoice',
|
||||
templateUrl: './invoice.component.html',
|
||||
styleUrls: ['./invoice.component.css']
|
||||
})
|
||||
});
|
||||
|
||||
export class InvoiceComponent implements OnInit {
|
||||
faCheck = faCheck;
|
||||
faHourglass = faHourglass;
|
||||
|
@ -95,7 +96,6 @@ export class InvoiceComponent implements OnInit {
|
|||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
setTimeout(() => this.backToShop(), 10000);
|
||||
}
|
||||
|
||||
backToShop() {
|
||||
|
|
Loading…
Reference in a new issue