fix : viewlog barcode (string)added
This commit is contained in:
parent
38e709842a
commit
5974bf5535
@ -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');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user