Changes
This commit is contained in:
parent
3a3f899ea2
commit
128b3191e7
68 changed files with 28060 additions and 1152 deletions
|
|
@ -146,6 +146,9 @@ pub async fn get_hexagon_properties(
|
|||
}
|
||||
});
|
||||
|
||||
// Sort so properties with addresses come first, unknown addresses last
|
||||
matching_rows.sort_unstable_by_key(|&row| state.data.address(row).trim().is_empty());
|
||||
|
||||
let total = matching_rows.len();
|
||||
let limit = params
|
||||
.limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue