commit 0f2925b0518c60552f7482aef20ef7b00ce8b0f1 parent 47cf6e9dcb5e6f9f771003096c3962e27476fb1a Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 18 Oct 2022 18:55:28 +0200 sebas Diffstat:
| M | packages/bank/src/pages/home/index.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/bank/src/pages/home/index.tsx b/packages/bank/src/pages/home/index.tsx @@ -1260,7 +1260,7 @@ function TalerWithdrawalQRCode(Props: any): VNode { -/* FIXME: find a way to get rid of the @ts-ignore here! */ +/* FIXME: find a way to get rid of the @ts-ignore here! Sebastian: fix my evil DOM modification */ function OpenPayTab(evt: MouseEvent, tabName: string) { let tabcontent = document.getElementsByClassName("tabcontent"); for (let i = 0; i < tabcontent.length; i++) {