changes
This commit is contained in:
@@ -1321,7 +1321,7 @@ export function CombatScreen({
|
||||
<div className="bonus-item-detail">
|
||||
<span>{reward.bonusItem.glyph}</span>
|
||||
<strong className={`rarity-${reward.bonusItem.rarity}`}>{reward.bonusItem.name}</strong>
|
||||
<small>Item Level {reward.bonusItem.itemLevel}</small>
|
||||
<small>Item Level {reward.bonusItem.itemLevel} x{reward.bonusItem.quantity}</small>
|
||||
{reward.bonusItem.duplicate && <small> (owned x{reward.bonusItem.quantityAfter})</small>}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user