mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Small bug fix in display of income vs. expenses [skip ci]
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|         </tr> | ||||
|         <tr> | ||||
|             <td>{{ 'out'|_ }}</td> | ||||
|             <td><span class="text-danger">{{ expenses.getTotal|formatAmountPlain }}</span></td> | ||||
|             <td><span class="text-danger">{{ (expenses.getTotal * -1)|formatAmountPlain }}</span></td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|             <td>{{ 'difference'|_ }}</td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user