Skip to content

Commit

Permalink
chore: melos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimozkn committed Oct 25, 2024
1 parent a6b2edc commit 3929a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/util/debug_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class DebugScreen {
},
),
Text('userId: ${context.read<AppState>().activeSubject!.userId}'),
SizedBox(height: 10),
const SizedBox(height: 10),
const Text("Scheduled Notifications:"),
SelectableText(
StudyNotifications.scheduledNotificationsDebug ?? 'No data',
Expand Down

0 comments on commit 3929a90

Please sign in to comment.