Skip to content

Commit

Permalink
actually fixing the secondary character issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganConnor44 committed Sep 2, 2023
1 parent c011ee4 commit 3055b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class CardContent {
this._content = (
<Host>
<material-beautify-hanzi-with-phonic
hanzi={this.vocab}
hanzi={this.secondaryVocab}
phonic={this.phonic}
idForStyles="primary-item"
orientation={this.orientation}
Expand Down

0 comments on commit 3055b01

Please sign in to comment.