fix : viewlog barcode (string)added

This commit is contained in:
karthik 2025-08-18 16:30:27 +05:30
parent 38e709842a
commit 5974bf5535

View File

@ -349,16 +349,16 @@ export class NavbarComponent implements OnInit, OnDestroy {
formattedTicketLogs: { formattedTicketLogs: {
pool: string; pool: string;
horses: string; horses: string;
horsesArray: string[][];
ticketCountLabel: string; ticketCountLabel: string;
price: string; price: string;
numbers: number[]; numbers: number[];
count: number; count: number;
amount: number; amount: number;
maskedBarcode: string;
displayBarcode: string;
}[] = []; }[] = [];
openViewLog() { openViewLog() {
const storedTickets = localStorage.getItem('localTicketsViewlog'); const storedTickets = localStorage.getItem('localTicketsViewlog');