mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Merge PR #1505
This commit is contained in:
commit
caecee9e08
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user