We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5773f7 commit 8b9cf34Copy full SHA for 8b9cf34
trainingportal/static/dashboard.html
@@ -30,7 +30,7 @@ <h3>Modules</h3>
30
</thead>
31
<tbody>
32
<tr ng-repeat="moduleStat in moduleStatList">
33
- <td style="width:75%">{{modules[moduleStat.moduleId].name}}</td>
+ <td style="width:75%" ng-if="modules[moduleStat.moduleId]">{{modules[moduleStat.moduleId].name}}</td>
34
<td>{{moduleStat.playerCount}}</td>
35
</tr>
36
</tbody>
0 commit comments