Merged in feat/BOOK-131-tracking-no-availability (pull request #2886)
feat(BOOK-131): add no availability tracking * feat(BOOK-131): add no availability tracking * feat(BOOK-131): add no availability tracking * feat(BOOK-131): extract noAvailability function * feat(BOOK-131): fix every render problem * feat(BOOK-131): noavailability handle return in function Approved-by: Erik Tiekstra Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -142,6 +142,11 @@ export function getErrorMessage(
|
||||
defaultMessage:
|
||||
"Membership number can't be the same for two different rooms",
|
||||
})
|
||||
|
||||
case undefined:
|
||||
case null:
|
||||
case "":
|
||||
return errorCode
|
||||
default:
|
||||
logger.warn("Error code not supported:", errorCode)
|
||||
return errorCode
|
||||
|
||||
Reference in New Issue
Block a user