Update AllTimeReportsInProjectOtherUser component to display signed status correct

This commit is contained in:
Davenludd 2024-04-04 23:03:30 +02:00
parent 7635791f09
commit 591d0201cf

View file

@ -60,7 +60,7 @@ function AllTimeReportsInProject(): JSX.Element {
</h1>
<h1>
<span className="font-bold">{"Signed: "}</span>
NO
{newWeeklyReport.signedBy ? "YES" : "NO"}
</h1>
</div>
</Link>