Fix linting and cleanup
This commit is contained in:
@@ -175,7 +175,8 @@ class LogsPage extends HookConsumerWidget with PresLogger {
|
||||
.textTheme
|
||||
.labelMedium
|
||||
?.copyWith(
|
||||
color: log.level!.color),
|
||||
color: log.level!.color,
|
||||
),
|
||||
),
|
||||
if (log.time != null)
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user