fix blank screen
This commit is contained in:
@@ -369,7 +369,9 @@ class Store {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get transactionsInfo() {
|
get transactionsInfo() {
|
||||||
return this._transactionsInfo.map((item) => {
|
return this._transactionsInfo
|
||||||
|
.filter((e) => e.moduleID === 1001)
|
||||||
|
.map((item) => {
|
||||||
return {
|
return {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
sender_avatar:
|
sender_avatar:
|
||||||
|
|||||||
Reference in New Issue
Block a user