Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit e8e9c7a

Browse files
authored
Merge pull request #266 from City-of-Helsinki/TILA-1456
TILA-1456 show time too
2 parents f2181e8 + c06119b commit e8e9c7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

admin-ui/src/component/applications/ApplicationDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function ApplicationDetails(): JSX.Element | null {
246246
</H2>
247247
<PreCard>
248248
{t("Application.applicationReceivedTime")}{" "}
249-
{formatDate(application.createdDate, "d.M.yyyy")}
249+
{formatDate(application.createdDate, "d.M.yyyy HH:mm")}
250250
</PreCard>
251251
<Card
252252
theme={{

admin-ui/src/component/recurring-reservations/Review.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const TableWrapper = styled.div`
8080
overflow: scroll;
8181
th {
8282
font-family: var(--font-bold);
83+
padding: var(--spacing-xs);
8384
}
8485
td {
8586
white-space: nowrap;

0 commit comments

Comments
 (0)