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