Skip to content

Commit

Permalink
Not Finished to N/A in status page
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 25, 2023
1 parent a3a058b commit cc204ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function PreviousExecutions(props) {

newData["Started"] = formatDate(entry.started_at) || "N/A";

newData["Finished"] = formatDate(entry.finished_at) || "In Progress";
newData["Finished"] = formatDate(entry.finished_at) || "N/A";

newData["Type"] = entry.type_of;

Expand Down

0 comments on commit cc204ef

Please sign in to comment.