Skip to content

Commit

Permalink
Merge pull request #103 from moleculemaker/mjberry/fix_submission_time
Browse files Browse the repository at this point in the history
fix submission time
  • Loading branch information
matthewberry authored Jun 18, 2024
2 parents 498cdf8 + 3dcc1f8 commit 554b9ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>
<!-- todo: change to output job summary data -->
<div class="details">
<div *ngIf="statusResponse" class="sequence_time">Document Submitted: {{statusResponse.job_info}} | Submission
Time: {{statusResponse.time_created | date:'short' }}</div>
Time: {{(1000 * statusResponse.time_created) | date:'short' }}</div>
</div>
</div>
<div class="spacer"></div>
Expand Down

0 comments on commit 554b9ef

Please sign in to comment.