6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit b89db6e2

AuthorEdmir Suljic<esu@dwarf.dk>
Date2025-05-14 15:54:16 +0200
Very minor change

Changed files

comwell_key_app/lib/check_in/check_in_page.dart                 | 1 -
 comwell_key_app/lib/profile/components/profile_page_widget.dart | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Diff

diff --git a/comwell_key_app/lib/check_in/check_in_page.dart b/comwell_key_app/lib/check_in/check_in_page.dart
index 4cfff9e2..7ff74c9e 100644
--- a/comwell_key_app/lib/check_in/check_in_page.dart
+++ b/comwell_key_app/lib/check_in/check_in_page.dart
@@ -108,7 +108,6 @@ class _CheckInPageState extends State<CheckInPage>
@override
Widget build(BuildContext context) {
- final mq = MediaQuery.of(context);
final cubit = context.read<CheckInCubit>();
final theme = Theme.of(context);
diff --git a/comwell_key_app/lib/profile/components/profile_page_widget.dart b/comwell_key_app/lib/profile/components/profile_page_widget.dart
index 53810713..778bfb4a 100644
--- a/comwell_key_app/lib/profile/components/profile_page_widget.dart
+++ b/comwell_key_app/lib/profile/components/profile_page_widget.dart
@@ -21,7 +21,7 @@ class ProfilePageWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
final user = cubit.state.user;
- final isActive = cubit.state.user!.clubLevel != '';
+ final isActive = cubit.state.user!.clubId != '';
return SafeArea(
child: Column(