diff --git a/lib/pangea/choreographer/choreographer_has_error_button.dart b/lib/pangea/choreographer/choreographer_has_error_button.dart index b90a52fed..5e3e8b5ea 100644 --- a/lib/pangea/choreographer/choreographer_has_error_button.dart +++ b/lib/pangea/choreographer/choreographer_has_error_button.dart @@ -20,6 +20,7 @@ class ChoreographerHasErrorButton extends StatelessWidget { ScaffoldMessenger.of(context).showSnackBar( SnackBar( duration: const Duration(seconds: 5), + showCloseIcon: true, content: Text( "${error.title(context)} ${error.description(context)}", ),