Fix for history sidebar

This commit is contained in:
Hillel Coren 2023-03-07 08:49:13 +02:00
parent 33162b6110
commit 822cca6ec0
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ class _HistoryListTileState extends State<HistoryListTile> {
final history = widget.history; final history = widget.history;
Widget title; Widget title = SizedBox();
Widget subtitle; Widget subtitle = SizedBox();
String clientId; String clientId;
BaseEntity entity; BaseEntity entity;