Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JGeek00 committed Jun 13, 2023
1 parent 329d219 commit d1973a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/add_server_modal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class _AddServerModalState extends State<AddServerModal> {
(version['data'].contains('a') || version['data'].contains('b')) // alpha or beta
) {
Navigator.pop(context);
widget.onUnsupportedVersion(version);
widget.onUnsupportedVersion(version['data']);
}
else {
Navigator.pop(context);
Expand Down

0 comments on commit d1973a5

Please sign in to comment.