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: {
pool: string;
horses: string;
horsesArray: string[][];
ticketCountLabel: string;
price: string;
numbers: number[];
count: number;
amount: number;
maskedBarcode: string;
displayBarcode: string;
}[] = [];
openViewLog() {
const storedTickets = localStorage.getItem('localTicketsViewlog');