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">
|
||||
{count > 1 ? `${count}x ` : ""}
|
||||
{name}
|
||||
{abilities?.Abilities?.keys()?.some(
|
||||
{abilities?.Abilities?.keys()?.some?.(
|
||||
(key) => key === "Leader",
|
||||
) && (
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user