Fix for history sidebar
This commit is contained in:
parent
33162b6110
commit
822cca6ec0
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue