Remove TODO's.

This commit is contained in:
James Cole
2021-06-12 14:14:49 +02:00
parent 91b08d1772
commit 4614625f82
22 changed files with 54 additions and 54 deletions

View File

@@ -56,7 +56,7 @@ const getters = {
return state.transactionType;
},
accountToTransaction: state => {
// TODO better architecture here, does not need the store.
// See reference nr. 1
// possible API point!!
return state.accountToTransaction;
},