taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 58211515d2de641db16ffba119d31a09ef9df08e
parent ad63d4c0e1ab249362e1f684ac9dbe5fae2ef34e
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 12 Sep 2022 14:32:45 -0300

hours should be modulo 24, fix #7342

Diffstat:
Mpackages/taler-wallet-webextension/src/components/TransactionItem.tsx | 2+-
Mpackages/taler-wallet-webextension/src/wallet/DeveloperPage.tsx | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/components/TransactionItem.tsx b/packages/taler-wallet-webextension/src/components/TransactionItem.tsx @@ -202,7 +202,7 @@ function TransactionLayout(props: TransactionLayoutProps): VNode { </LightText> )} <SmallLightText style={{ marginTop: 5 }}> - <Time timestamp={props.timestamp} format="hh:mm" /> + <Time timestamp={props.timestamp} format="HH:mm" /> </SmallLightText> </Column> <TransactionAmount diff --git a/packages/taler-wallet-webextension/src/wallet/DeveloperPage.tsx b/packages/taler-wallet-webextension/src/wallet/DeveloperPage.tsx @@ -288,7 +288,7 @@ export function View({ {o.type}{" "} <Time timestamp={o.timestampDue} - format="yy/MM/dd hh:mm:ss" + format="yy/MM/dd HH:mm:ss" /> </dt> <dd>