diff --git a/src/components/GlyphTooltip.vue b/src/components/GlyphTooltip.vue index 2c4891990..e2f7b7c6f 100644 --- a/src/components/GlyphTooltip.vue +++ b/src/components/GlyphTooltip.vue @@ -128,7 +128,7 @@ export default { if (!GlyphTypes[this.type].hasRarity) return ""; const strength = Pelle.isDoomed ? Pelle.glyphStrength : this.strength; return `| Rarity: - ${formatRarity(strengthToRarity(strength))}`; + ${formatRarity(strengthToRarity(strength))}`; }, levelText() { if (this.type === "companion") return "";