This commit is contained in:
Elias Bonnici 2024-04-11 09:35:16 +02:00
commit caecee9e08
No known key found for this signature in database
GPG Key ID: 5EAC28EA3F980CCF

View File

@ -79,7 +79,7 @@ class _PivScreenState extends ConsumerState<PivScreen> {
final shownRetiredSlots = pivSlots?.value final shownRetiredSlots = pivSlots?.value
.where((element) => .where((element) =>
element.slot.isRetired && element.slot.isRetired &&
(element.certInfo != null && element.metadata != null)) (element.certInfo != null || element.metadata != null))
.toList() ?? .toList() ??
[]; [];
final theme = Theme.of(context); final theme = Theme.of(context);