1
This commit is contained in:
@@ -331,7 +331,7 @@ export function CharacterAttributeGrid({
|
||||
boostedCombatStats,
|
||||
resourceLabels,
|
||||
)
|
||||
: slot.combatUseText,
|
||||
: '',
|
||||
};
|
||||
});
|
||||
|
||||
@@ -364,9 +364,11 @@ export function CharacterAttributeGrid({
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-2 text-[10px] leading-relaxed text-sky-200/85">
|
||||
{effectText}
|
||||
</div>
|
||||
{effectText ? (
|
||||
<div className="mt-2 text-[10px] leading-relaxed text-sky-200/85">
|
||||
{effectText}
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
),
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user