Skip to content

Commit

Permalink
changed subansiri
Browse files Browse the repository at this point in the history
  • Loading branch information
Hareesh-Nandigrama committed Aug 5, 2023
1 parent 9df2cfa commit 6931ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/profile/edit_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class _EditProfileState extends State<EditProfile> {
"Siang",
"Kapili",
"Dhansiri",
"Subhansiri"
"Subansiri"
];
final _formKey = GlobalKey<FormState>();
bool isLoading = false;
Expand Down
1 change: 1 addition & 0 deletions lib/stores/mess_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ abstract class _MessStore with Store {
static Future<String> getSavedHostel() async{
var prefs = await SharedPreferences.getInstance();
if (prefs.containsKey('hostel')) {
if(prefs.getString('hostel') == "Subansiri" || prefs.getString('hostel') == "Subhansiri")
if(prefs.getString('hostel')=="Brahma"){
return 'Brahmaputra';
}
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/food/mess/mess_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MessMenu extends StatelessWidget {
"Siang",
"Kapili",
"Dhansiri",
"Subhansiri"
"Subansiri"
];

@override
Expand Down

0 comments on commit 6931ccf

Please sign in to comment.