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

Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
Prowler Bot
2025-01-29 10:49:35 +01:00
committed by GitHub
parent 0018f36a36
commit bb2c5c3161
@@ -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 },