fix blank screen

This commit is contained in:
kandrusyak
2022-11-27 02:51:35 +03:00
parent a555d18417
commit 0927c0dca5

View File

@@ -369,7 +369,9 @@ class Store {
}
get transactionsInfo() {
return this._transactionsInfo.map((item) => {
return this._transactionsInfo
.filter((e) => e.moduleID === 1001)
.map((item) => {
return {
id: item.id,
sender_avatar: