Skip to content

Commit

Permalink
date not creator
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Sep 12, 2023
1 parent 652df5d commit e7d494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/labelReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ function labelInfoToHtml(label){
}
if (label.create_date){
text += "<b>Create Date/Time:</b> "
text += label.creator
text += label.create_date
text += "<br/>"
}
if (label.task){
Expand Down

0 comments on commit e7d494c

Please sign in to comment.