♻️ Migrated to riverpod v3
This commit is contained in:
@@ -253,7 +253,7 @@ class CheckInWidget extends HookConsumerWidget {
|
||||
vertical: -2,
|
||||
),
|
||||
onPressed: () {
|
||||
if (todayResult.valueOrNull == null) {
|
||||
if (todayResult.value == null) {
|
||||
checkIn();
|
||||
} else {
|
||||
showModalBottomSheet(
|
||||
|
||||
Reference in New Issue
Block a user