Skip to content

Commit

Permalink
fix(Multilingual Unit): Component content doesn't update when changin…
Browse files Browse the repository at this point in the history
…g language. This broke when we converted Node to standalone (#1937)
  • Loading branch information
hirokiterashima authored Sep 10, 2024
1 parent 5625d84 commit c914c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/wise5/vle/node/node.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<help-icon [content]="node.rubric" label="Step Info" i18n-label icon="info" />
</div>
}
@for (component of components; track component.id) {
@for (component of components; track component) {
<div
id="component_{{ component.id }}"
class="component"
Expand Down

0 comments on commit c914c99

Please sign in to comment.