From 822cca6ec020a3fcf3eec4a2e76e55fb6fba4078 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 7 Mar 2023 08:49:13 +0200 Subject: [PATCH] Fix for history sidebar --- lib/ui/app/history_drawer.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;