Skip to content

Commit

Permalink
Add missing term link to action log (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlogand authored Jul 21, 2024
1 parent 966ab4e commit 5fe01ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/actionLogs/NewConcessionActionLog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const NewConcessionActionLog = ({
<p>
<FactionLink faction={faction} /> {!senatorDetails && "has"} revealed a{" "}
<TermLink name="Secret" /> to grant <SenatorLink senator={senator} />{" "}
the <ConcessionTermLink name={concession.name} />
the <ConcessionTermLink name={concession.name} />{" "}
<TermLink name="Concession" />.
</p>
</ActionLogLayout>
)
Expand Down

0 comments on commit 5fe01ec

Please sign in to comment.