diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..faf3cff12 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/frontend", + } + ] +} \ No newline at end of file diff --git a/frontend/src/components/LinkInformations/RedeemInformation.vue b/frontend/src/components/LinkInformations/RedeemInformation.vue index c89c7c3e9..c1fc21683 100644 --- a/frontend/src/components/LinkInformations/RedeemInformation.vue +++ b/frontend/src/components/LinkInformations/RedeemInformation.vue @@ -10,7 +10,7 @@ {{ '"' + linkData.senderCommunity.name + '.' + linkData.senderUser.firstName + '"' }} {{ $t('transaction-link.send_you') }} {{ $filters.GDD(linkData.amount) }} -