extra space

This commit is contained in:
Suresh, Kamlesh 2020-07-15 19:08:26 -04:00
parent b076ad3316
commit 1698b21dd8

View File

@ -29,7 +29,7 @@ public extension MVMCoreAlertObject {
}
let alert = MVMCoreAlertObject(popupAlertWithTitle: alertJson.optionalStringForKey(KeyTitle),
message: alertJson.optionalStringForKey(KeyMessage),
message: alertJson.optionalStringForKey(KeyMessage),
actions: actionsForAlert,
isGreedy: false)
return alert