generated from nhcarrigan/template
bug: empty reward-tag span rendering in some quests #244
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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~ 🌸
hikari referenced this issue2026-04-13 09:44:06 -07:00