bug: empty reward-tag span rendering in some quests #244

Closed
opened 2026-04-07 09:11:43 -07:00 by hikari · 0 comments
Owner

Description

Some quests render an empty green reward bubble — an <span class="reward-tag"></span> with no content inside. This appears to be caused by a quest reward field that is null or undefined slipping through the render without a guard.

Steps to Reproduce

  1. Browse the quest list
  2. Look for quests with an extra empty green bubble in the rewards area

Expected Behaviour

No reward tag should render if there is no reward value to display.

Actual Behaviour

An empty <span class="reward-tag"></span> is rendered, producing a blank green bubble in the UI.

Reported By

ilenia (Discord) — 2026-04-07

This issue was created with help from Hikari~ 🌸

## Description Some quests render an empty green reward bubble — an `<span class="reward-tag"></span>` with no content inside. This appears to be caused by a quest reward field that is null or undefined slipping through the render without a guard. ## Steps to Reproduce 1. Browse the quest list 2. Look for quests with an extra empty green bubble in the rewards area ## Expected Behaviour No reward tag should render if there is no reward value to display. ## Actual Behaviour An empty `<span class="reward-tag"></span>` is rendered, producing a blank green bubble in the UI. ## Reported By ilenia (Discord) — 2026-04-07 ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-13 09:50:21 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#244