Skip to content

Commit

Permalink
[explorer] fix: account listing default display rich list #1183
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed May 16, 2023
1 parent ad32723 commit ef3ba20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,18 @@ export const transaction = [
];

export const account = [
{
label: 'Recent',
icon: 'mdi-clock-outline',
value: {}
},
{
label: 'Rich List',
icon: 'mdi-cash',
value: {
orderBy: AccountOrderBy.Balance,
mosaicId: ''
}
},
{
label: 'Recent',
icon: 'mdi-clock-outline',
value: {}
}
];

Expand Down

0 comments on commit ef3ba20

Please sign in to comment.