Skip to content

Commit

Permalink
Fix Brinkman table
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidt committed Feb 13, 2024
1 parent 1e52227 commit 43b145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronology/ui/Kings/BrinkmanKingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function BrinkmanKingsTable(): JSX.Element {
<Table className="table-borderless chronology-display">
<tbody>
{brinkmanDynasties.map((dynastyName, index) =>
getDynasty(dynastyName, index)
getDynasty(dynastyName, index, true)
)}
</tbody>
</Table>
Expand Down

0 comments on commit 43b145c

Please sign in to comment.