diff --git a/lib/ui/app/main_screen.dart b/lib/ui/app/main_screen.dart index f82a5a153..e41d593e2 100644 --- a/lib/ui/app/main_screen.dart +++ b/lib/ui/app/main_screen.dart @@ -582,6 +582,9 @@ class EntityScreens extends StatelessWidget { case EntityType.bankAccount: child = BankAccountViewScreen(); break; + case EntityType.transactionRule: + child = TransactionRuleViewScreen(); + break; default: print('## View screen not defined for $previewEntityType'); }