Updated on 2026-08-14
This commit is contained in:
parent
0ed70b7333
commit
8d16f06c08
16 changed files with 142 additions and 55 deletions
|
|
@ -303,7 +303,7 @@ data class CardDTO(
|
|||
|
||||
data class Active(val cardCount: Int) : BackupStatus()
|
||||
|
||||
object NoBackup : BackupStatus()
|
||||
data object NoBackup : BackupStatus()
|
||||
|
||||
val isActive: Boolean
|
||||
get() = this is Active
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue