fix(scans): change label for next scan (#6725)

This commit is contained in:
Pablo Lara
2025-01-29 10:46:49 +01:00
committed by GitHub
parent 545c2dc685
commit edd793c9f5
@@ -124,7 +124,7 @@ export const ColumnGetScans: ColumnDef<ScanProps>[] = [
},
{
accessorKey: "next_scan_at",
header: "Scheduled at",
header: "Next scan",
cell: ({ row }) => {
const {
attributes: { next_scan_at },