diff --git a/static/character-quests.hbs b/static/character-quests.hbs index c72d08e..3ef3b7a 100644 --- a/static/character-quests.hbs +++ b/static/character-quests.hbs @@ -40,7 +40,7 @@ {{#each quests}} {{#if (eq this.status "In Progress")}} - {{this.title}} + {{this.title}} {{this.questLevel}} {{this.status}} @@ -68,7 +68,7 @@ {{#each quests}} {{#if (eq this.status "Completed")}} - {{this.title}} + {{this.title}} {{this.questLevel}} {{this.status}}