commit 365e4a51d194d8184190037b80d04270258201ad parent 4ba582cb66201bcd015086a2fa431d20f06726bf Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 25 May 2024 17:17:28 +0200 remove BIC Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx @@ -240,9 +240,6 @@ function Table({ <th> <i18n.Translate>IBAN</i18n.Translate> </th> - <th> - <i18n.Translate>BIC</i18n.Translate> - </th> <th /> </tr> </thead> @@ -263,12 +260,6 @@ function Table({ > {ac.iban} </td> - <td - onClick={(): void => onSelect(acc)} - style={{ cursor: "pointer" }} - > - {ac.bic ?? ""} - </td> <td class="is-actions-cell right-sticky"> <div class="buttons is-right"> <button