Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 2, 2024
2 parents 25c2a0a + cebb672 commit cae1f98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tracker/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export class CreatureView extends ItemView {
await this.renderEmbed(creature.getStatblockLink());
} else if (this.plugin.canUseStatBlocks) {
const statblock = window.FantasyStatblocks.render(
//@ts-ignore
creature,
creature.creature,
this.statblockEl,
creature.display
);
Expand Down

0 comments on commit cae1f98

Please sign in to comment.