Update Add Account to use correct form of sheet showing

This commit is contained in:
Maurice Parker
2019-09-08 06:43:29 -05:00
parent 1caaf3c154
commit 5bfeb77706
2 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,12 @@
import Foundation
import Account
extension AccountType: Identifiable {
public var id: Int {
return rawValue
}
}
extension Account: Identifiable {
public var id: String {
return accountID