taler-typescript-core

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

commit 1c51dc52b0b4e9cecd208f2f596fa2eb6dc8e702
parent e5c92834ed27a359f3da5c79d5b511661962fce0
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 11 Nov 2025 09:08:40 -0300

fix #10413 remove comment

Diffstat:
Mpackages/aml-backoffice-ui/src/pages/AccountList.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/aml-backoffice-ui/src/pages/AccountList.tsx b/packages/aml-backoffice-ui/src/pages/AccountList.tsx @@ -342,11 +342,11 @@ export function AccountList({ /> </span> ) : undefined} - {/* {r.open_time.t_s !== "never" ? ( */} + {r.open_time.t_s !== "never" ? ( <span title={i18n.str`With custom rules`}> <OpenIcon stroke="#1806beff" stroke-width="2" /> </span> - {/* ) : undefined} */} + ) : undefined} </td> </tr> {r.comments ? (