Skip to content

Commit

Permalink
fix(Classroom Monitor): Fix Node Info summary graphs not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Apr 1, 2022
1 parent 204c3cf commit 507c120
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ const NodeInfo = {
component__header">
{{ component.assessmentItemIndex + '. ' + $ctrl.getComponentTypeLabel(component.type) }} 
</h3>
<preview-component [node-id]="$ctrl.nodeId" [component-id]="component.id" />
<preview-component [node-id]="$ctrl.nodeId" [component-id]="component.id">
</preview-component>
<md-card class="annotations annotations--info" ng-if="component.rubric">
<md-card-title class="annotations__header">
<div class="annotations__avatar md-avatar avatar--icon md-36 avatar md-whiteframe-1dp">
Expand Down

0 comments on commit 507c120

Please sign in to comment.