diff --git a/btc-UI/src/app/components/middle-section/middle-section.component.ts b/btc-UI/src/app/components/middle-section/middle-section.component.ts index c1a5437..b06c15c 100755 --- a/btc-UI/src/app/components/middle-section/middle-section.component.ts +++ b/btc-UI/src/app/components/middle-section/middle-section.component.ts @@ -139,7 +139,7 @@ export class MiddleSectionComponent implements OnInit, OnDestroy { this.showConfirmButton = true; this.showPrintButton = false; this.lastTicket = latestTicket; - this.showRepeatTicket = true; + // this.showRepeatTicket = true; this.syncToSecondScreen(); // Sync after repeat } else { console.warn('⚠️ No valid ticket data found in localStorage.');