mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Rebuild frontend.
This commit is contained in:
		| @@ -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 | ||||
|                                 }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user