Small changes
This commit is contained in:
parent
a7d528fb68
commit
f9bd218a3e
9 changed files with 212 additions and 16 deletions
|
|
@ -158,7 +158,7 @@ pub async fn get_hexagon_stats(
|
|||
|
||||
// Collect price history (year, price) pairs
|
||||
let price_history = {
|
||||
let year_idx = state.feature_name_to_index.get("Transaction year").copied();
|
||||
let year_idx = state.feature_name_to_index.get("Date of last transaction").copied();
|
||||
let price_idx = state.feature_name_to_index.get("Last known price").copied();
|
||||
match (year_idx, price_idx) {
|
||||
(Some(yi), Some(pi)) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue