Skip to content

Commit e3f6511

Browse files
committed
update Completed at label Created art in branch detailed view
1 parent 7cf9de9 commit e3f6511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/src/entities/branches/ui/branch-details.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ export const BranchDetails = () => {
107107
{
108108
name: "branched_at",
109109
label: "Started at",
110+
name: "created_at",
111+
label: "Created at",
110112
},
111113
{
112-
name: "created_at",
113-
label: "Completed at",
114114
},
115115
];
116116

0 commit comments

Comments
 (0)