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, ),