Browse Source

Format code

pull/1540/head
Thomas 3 years ago
parent
commit
00b3af283b
  1. 2
      libs/ui/src/lib/activities-table/activities-table.component.html

2
libs/ui/src/lib/activities-table/activities-table.component.html

@ -67,7 +67,7 @@
</th>
<td *matCellDef="let element" class="px-1" mat-cell>
<div class="d-flex">
{{ element.date | date: defaultDateFormat }}
{{ element.date | date : defaultDateFormat }}
</div>
</td>
<td *matFooterCellDef class="px-1" i18n mat-footer-cell>Total</td>

Loading…
Cancel
Save