diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 2a4669f7..78b43fd4 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -86,7 +86,7 @@ class _MountWidgetState extends State ], ), ), - if (mount.mounted == null) ...[ + if (mount.mounted == false) ...[ AppIconButtonFramed( icon: Icons.delete, onPressed: _enabled