diff --git a/frontend/src/app/feature/home/home.component.html b/frontend/src/app/feature/home/home.component.html index fae788a..b0b77d3 100644 --- a/frontend/src/app/feature/home/home.component.html +++ b/frontend/src/app/feature/home/home.component.html @@ -81,7 +81,7 @@
{{ transaction.status }}
- {{ transaction.createdAt | date: 'd.m.Y H:m' }} + {{ transaction.createdAt | date: 'd.m.y H:m' }}
{{ transaction.status }}
-{{ transaction.createdAt | date: 'd.m.Y H:m' }}
+{{ transaction.createdAt | date: 'd.m.y H:m' }}