do not list realm on character select

This commit is contained in:
smthbh 2025-04-29 13:33:13 -04:00
parent fe26e6e783
commit cab24e887a
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<select id="compareCharacter">
<option value="">Select a character...</option>
{{#each data.otherCharacters}}
<option value="{{this.realmName}}/{{this.name}}">{{this.name}} ({{this.realmName}})</option>
<option value="{{this.realmName}}/{{this.name}}">{{this.name}}</option>
{{/each}}
</select>
</div>