Skip to content

Commit

Permalink
fix: scanner date
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonbeckas committed May 13, 2023
1 parent 77d48a6 commit 5890ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Scanner</h2>

<clr-dg-row *clrDgItems="let runner of runners" >
<clr-dg-cell>{{runner.username}}</clr-dg-cell>
<clr-dg-cell>{{timeToString(runner.timestamp)}}</clr-dg-cell>
<clr-dg-cell>{{runner.timestamp |date:'short'}}</clr-dg-cell>
<clr-dg-cell>{{runner.round}}</clr-dg-cell>
<clr-dg-cell>
<button type="button" class="btn btn-icon btn-primary btn-sm" aria-label="edit" (click)="onUserUndo(runner.id,runner.timestamp)">
Expand Down

0 comments on commit 5890ba7

Please sign in to comment.