quickblox-react-ui-kit 0.4.7-beta.1 → 0.4.7-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-ui.js
CHANGED
|
@@ -21340,9 +21340,6 @@ var RemoteDataSource = /** @class */ (function () {
|
|
|
21340
21340
|
// eslint-disable-next-line no-continue
|
|
21341
21341
|
if (!qbEntity)
|
|
21342
21342
|
return [3 /*break*/, 4];
|
|
21343
|
-
// eslint-disable-next-line no-continue
|
|
21344
|
-
if (qbEntity.is_join_required === 0)
|
|
21345
|
-
return [3 /*break*/, 4];
|
|
21346
21343
|
// eslint-disable-next-line no-await-in-loop
|
|
21347
21344
|
return [4 /*yield*/, this.getCurrentDialogDTOMapper().toTDO(qbEntity)];
|
|
21348
21345
|
case 3:
|