diff --git a/app/lib/util/debug_screen.dart b/app/lib/util/debug_screen.dart index e2373b6f4..c04bf2d8d 100644 --- a/app/lib/util/debug_screen.dart +++ b/app/lib/util/debug_screen.dart @@ -186,7 +186,7 @@ class DebugScreen { }, ), Text('userId: ${context.read().activeSubject!.userId}'), - SizedBox(height: 10), + const SizedBox(height: 10), const Text("Scheduled Notifications:"), SelectableText( StudyNotifications.scheduledNotificationsDebug ?? 'No data',