From 7fd671e3ab6f6c1d9505a495dee4cff8dd08d08f Mon Sep 17 00:00:00 2001 From: karthik Date: Sun, 17 Aug 2025 14:02:12 +0530 Subject: [PATCH] fix : confirm button is hidden as required --- .../app/components/middle-section/middle-section.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.');