Skip to content

Commit

Permalink
chore: update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Oct 25, 2024
1 parent c0ff67a commit 1a9f976
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>

<!-- Table -->
@if(tableOptions() && countTotal >0){
@if(tableOptions() && countTotal>0){
<picsa-data-table [data]="tableData()" [options]="tableOptions()" [valueTemplates]="{created_at}">
<ng-template #created_at let-value> {{value | date: 'mediumDate' }} </ng-template>
</picsa-data-table>
Expand Down
Loading

0 comments on commit 1a9f976

Please sign in to comment.