Skip to content

Commit

Permalink
vinvoor: formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 22, 2024
1 parent ea4db6c commit 761c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinvoor/src/types/scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const scanCardHeadCells: readonly TableHeadCell<ScanCard>[] = [
label: "Card",
align: "right",
padding: "normal",
convert: (value?: Card) => value?.name ?? (value?.serial ?? "Unknown"),
convert: (value?: Card) => value?.name ?? value?.serial ?? "Unknown",
} as TableHeadCell<ScanCard>,
];

Expand Down

0 comments on commit 761c2c2

Please sign in to comment.