klequis / private-money-client

5 stars 2 forks source link

TxTbl gets all tx but only needs tx._id #10

Open klequis opened 3 years ago

klequis commented 3 years ago

TxTbl is getting all transaction objects from Redux but then only makes use of tx._id. It makes more sense to get a list of _id as array.