Skip to content

Commit

Permalink
Missing this in profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnfaraday authored Dec 7, 2023
1 parent a1aa4f9 commit cfe6446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webportal/templates/components/rpg-profile.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{#if (eq this.char.rpg.sheet_format 'url')}}
<a href="{{this.char.rpg.sheet}}" target="_blank">{{this.char.rpg.sheet}}</a>
{{else if (eq this.char.rpg.sheet_format 'embed')}}
<iframe src="{{char.rpg.sheet}}" class="rpg-embed-sheet" />
<iframe src="{{this.char.rpg.sheet}}" class="rpg-embed-sheet" />
{{else}}
<AnsiFormat @text={{this.char.rpg.sheet}} />
{{/if}}
Expand All @@ -20,4 +20,4 @@
You are not allowed to view this sheet.
{{/if}}

</div>
</div>

0 comments on commit cfe6446

Please sign in to comment.