Skip to content

Commit

Permalink
tab formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 22, 2023
1 parent 22cd3fe commit 99066d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ui/core/components/individual_sim_ui/gem_summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ export class GemSummary extends Component {
this.simUI = simUI;
this.player = player;

this.container = new ContentBlock(this.rootElem, 'gem-summary-container', {
header: {title: 'Gem Summary'}
});

player.gearChangeEmitter.on(() => this.updateTable());
this.container = new ContentBlock(this.rootElem, 'gem-summary-container', {
header: {title: 'Gem Summary'}
});
player.gearChangeEmitter.on(() => this.updateTable());
}

private updateTable() {
Expand Down

0 comments on commit 99066d9

Please sign in to comment.