Fix back button in teams

This commit is contained in:
yflory 2019-09-17 11:09:40 +02:00
parent 938a42aae8
commit b58b6fa691
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ define([
} }
}); });
if (!id) { return; } if (!id) { return void cb(); }
// If the team is loading, as ourselves in the list // If the team is loading, as ourselves in the list
if (ctx.onReadyHandlers[id]) { if (ctx.onReadyHandlers[id]) {
var _idx = ctx.onReadyHandlers[id].indexOf(cId); var _idx = ctx.onReadyHandlers[id].indexOf(cId);