Rebuild frontend.

This commit is contained in:
James Cole
2023-09-12 06:09:39 +02:00
parent 19fee6a8fb
commit c3e971c419
3 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ export default () => ({
if (!amounts.hasOwnProperty(flowKey)) {
amounts[flowKey] = {
from: translations.all_money + ' (' + currencyCode + ')',
from: translations.all_money + (this.autoConversion ? ' (' + currencyCode + ')' : ''),
to: budget,
amount: 0
};