Skip to content

Commit

Permalink
fix(scans): change label for next scan (#6726)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Lara <[email protected]>
  • Loading branch information
prowler-bot and paabloLC authored Jan 29, 2025
1 parent 0018f36 commit bb2c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/scans/table/scans/column-get-scans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit bb2c5c3

Please sign in to comment.