aboutsummaryrefslogtreecommitdiffstats
path: root/src/ynab/budget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ynab/budget.rs')
-rw-r--r--src/ynab/budget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ynab/budget.rs b/src/ynab/budget.rs
index fba6dd0..161adb0 100644
--- a/src/ynab/budget.rs
+++ b/src/ynab/budget.rs
@@ -76,6 +76,7 @@ impl Budget {
amount: t.amount,
total_amount: t.amount,
reimbursed,
+ selected: false,
})
}
}
@@ -118,6 +119,7 @@ impl Budget {
amount: st.amount,
total_amount: t.amount,
reimbursed,
+ selected: false,
})
}
}