diff --git a/lib/ui/app/history_drawer.dart b/lib/ui/app/history_drawer.dart index 4d1a2706b..3a2204c98 100644 --- a/lib/ui/app/history_drawer.dart +++ b/lib/ui/app/history_drawer.dart @@ -110,8 +110,8 @@ class _HistoryListTileState extends State { final history = widget.history; - Widget title; - Widget subtitle; + Widget title = SizedBox(); + Widget subtitle = SizedBox(); String clientId; BaseEntity entity;