|
@@ -617,6 +617,7 @@ export class App implements OnInit {
|
|
|
this.orderError = e.message;
|
|
this.orderError = e.message;
|
|
|
}
|
|
}
|
|
|
this.ordersLoading = false;
|
|
this.ordersLoading = false;
|
|
|
|
|
+ this.cdr.detectChanges();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// ─── Order formatting helpers ───
|
|
// ─── Order formatting helpers ───
|