check
This commit is contained in:
@@ -211,7 +211,7 @@ export const ShortSummaryTable = ({ force, primaryColor, name, points }) => {
|
|||||||
<div className="flex flex-wrap items-center gap-2 gap-y-1">
|
<div className="flex flex-wrap items-center gap-2 gap-y-1">
|
||||||
{count > 1 ? `${count}x ` : ""}
|
{count > 1 ? `${count}x ` : ""}
|
||||||
{name}
|
{name}
|
||||||
{abilities?.Abilities?.keys()?.some(
|
{abilities?.Abilities?.keys()?.some?.(
|
||||||
(key) => key === "Leader",
|
(key) => key === "Leader",
|
||||||
) && (
|
) && (
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user