Skip to content

Commit

Permalink
Remove some TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jun 20, 2024
1 parent ff32717 commit 75626b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/app/components/task-manager/TaskManagerDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ const useTaskManagerData = () => {
id: task.id ?? -1,
createUser: task.createUser ?? "",
updateUser: task.updateUser ?? "",
createTime: task.createTime ?? "", // TODO: date?
started: task.started ?? "", // TODO: date?
terminated: task.terminated ?? "", // TODO: date?
createTime: task.createTime ?? "",
started: task.started ?? "",
terminated: task.terminated ?? "",
name: task.name,
kind: task.kind,
addon: task.addon,
Expand Down

0 comments on commit 75626b5

Please sign in to comment.