You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/Components/DashBoard/Repository/RepoComponents/RepoDetails/RepoDetailBackdrop/CommitLogComponent.js
+39-4Lines changed: 39 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ export default function RepositoryCommitLogComponent(props) {
52
52
hash
53
53
author
54
54
commitMessage
55
-
commitRelativeTime
56
55
commitFilesCount
57
56
}
58
57
}
@@ -114,7 +113,6 @@ export default function RepositoryCommitLogComponent(props) {
114
113
hash
115
114
author
116
115
commitMessage
117
-
commitRelativeTime
118
116
commitFilesCount
119
117
}
120
118
}
@@ -232,7 +230,6 @@ export default function RepositoryCommitLogComponent(props) {
232
230
author
233
231
commitTime
234
232
commitMessage
235
-
commitRelativeTime
236
233
commitFilesCount
237
234
}
238
235
}
@@ -342,6 +339,42 @@ export default function RepositoryCommitLogComponent(props) {
0 commit comments