diff --git a/frontend/src/components/AccountReceiveTable.vue b/frontend/src/components/AccountReceiveTable.vue index 6de266e73..a0fc8931e 100644 --- a/frontend/src/components/AccountReceiveTable.vue +++ b/frontend/src/components/AccountReceiveTable.vue @@ -233,11 +233,7 @@
- {{ - formatNameOrAddress(props.row.formattedFrom) - }} + {{ formatNameOrAddress(props.row.formattedFrom) }}
@@ -245,11 +241,7 @@
- {{ - formatNameOrAddress(col.value) - }} + {{ formatNameOrAddress(col.value) }}
@@ -280,7 +272,17 @@ if (advancedMode) expanded = expanded[0] === props.key ? [] : [props.key]; " > - {{ $t('AccountReceiveTable.withdrawn') }} + +
+ {{ $t('AccountReceiveTable.withdrawn') }} + +