summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui/screens
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-02-08 15:15:24 +0000
committerJoe Carstairs <me@joeac.net>2026-02-08 15:15:24 +0000
commitd5f1554949321f2ebfda89efe39b0477a6ff2e55 (patch)
tree0fbb780f8df2c4c742c0b602febacd2a2d9684c8 /schist_desktop_gui/src/gui/screens
parentd21a2500813b3fea4892fff9dbbf572e37b5d70d (diff)
task-085: transactions view has transactions
Diffstat (limited to 'schist_desktop_gui/src/gui/screens')
-rw-r--r--schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs b/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs
index 5ed4b30..e526dc5 100644
--- a/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs
+++ b/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs
@@ -197,7 +197,7 @@ impl MainScreen {
balances_view: BalancesView::new(Vec::new()),
buckets: Vec::new(),
buckets_view: BucketsView::new(Vec::new(), "Hello, buckets!"),
- transactions_view: TransactionsView::new(Vec::new(), "Hello, transactions!"),
+ transactions_view: TransactionsView::new(Vec::new(), Vec::new()),
active_view: View::Balances,
view_navigation: Navigation::new(Some(View::Balances), View::views()),
}