mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Clean up index and add some new strings.
This commit is contained in:
@@ -82,13 +82,11 @@
|
||||
|
||||
<script>
|
||||
import Basic from "src/api/summary/basic";
|
||||
//import {mapGetters, useStore} from "vuex";
|
||||
import {useFireflyIIIStore} from '../../stores/fireflyiii'
|
||||
|
||||
export default {
|
||||
name: 'Boxes',
|
||||
computed: {
|
||||
//...mapGetters('fireflyiii', ['getCurrencyCode', 'getCurrencyId', 'getRange','getCacheKey']),
|
||||
prefBillsUnpaid: function () {
|
||||
return this.filterOnCurrency(this.billsUnpaid);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user