Михаил Капелько 10 months ago
parent
commit
7f7a27f4e0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Modules/MeetupIdX/src/MeetupId.Shoulds.swift

+ 2
- 0
Modules/MeetupIdX/src/MeetupId.Shoulds.swift View File

@@ -62,7 +62,9 @@ public extension MeetupId {
// MARK: - Many

static func shouldManyResetText(_ c: MeetupIdContext) -> MPAK.Many<String>? {
/**/print("ИГР MeetupIS.shouldMRT-1")
guard !c.testTextUI.keys.isEmpty else { return nil }
/**/print("ИГР MeetupIS.shouldMRT-2")
var d = [String: String]()
for id in c.testTextUI.keys {
let text = c.testTextUI.dict[id] ?? ""


Loading…
Cancel
Save