aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:17:28 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:17:28 +0200
commit365e4a51d194d8184190037b80d04270258201ad (patch)
tree83e4a79e4f0cfbcbb40d00c16834d7ca56bad73c /packages/merchant-backoffice-ui/src
parent4ba582cb66201bcd015086a2fa431d20f06726bf (diff)
downloadwallet-core-365e4a51d194d8184190037b80d04270258201ad.tar.xz
remove BIC
Diffstat (limited to 'packages/merchant-backoffice-ui/src')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx9
1 files 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
index efe484402..c464115df 100644
--- 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