import { assetPath } from "../utils.js"; export function DamageTable({ rows, t }) { if (!rows.length) return null; const columns = Object.keys(rows[0]); return (
|
{column === "name" ? "" : |
))}
|
|---|---|
| {t(row[column], { capitalize: true })} | ) : (