This commit is contained in:
zhutao
2025-09-01 10:18:39 +08:00
parent 9d13aa13e2
commit c175a979a5
26 changed files with 10 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ class _MyPageState extends State<MyPage> with AutomaticKeepAliveClientMixin {
color: Theme.of(context).colorScheme.danger,
),
child: buildTagList(
emptyText: "No food allergies reported",
emptyText: "No allergies reported",
tags: _userProfile.foodAllergiesList,
color: Theme.of(context).colorScheme.danger,
),