mirror of
https://github.com/foss42/apidash.git
synced 2025-05-20 15:56:34 +08:00
cleanup
This commit is contained in:
@ -4,7 +4,7 @@ import 'package:apidash/models/models.dart';
|
||||
|
||||
String getEnvironmentTitle(String? name) {
|
||||
if (name == null || name.trim() == "") {
|
||||
return "untitled";
|
||||
return kUntitled;
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user