From b1a31b230a038f46105274f3c8a02c9f4222a1dd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 14 Mar 2025 20:59:45 -0500 Subject: [PATCH] refactor --- web/repertory/lib/widgets/mount_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 6d04eaae..32726f5c 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -59,7 +59,7 @@ class _MountWidgetState extends State { ), trailing: IconButton( icon: Icon( - mount.state, + mount.state ?? Icons.timer, color: isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor, ),