Update AllTimeReportsInProjectOtherUser component to display signed status correct
This commit is contained in:
parent
7635791f09
commit
591d0201cf
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function AllTimeReportsInProject(): JSX.Element {
|
|||
</h1>
|
||||
<h1>
|
||||
<span className="font-bold">{"Signed: "}</span>
|
||||
NO
|
||||
{newWeeklyReport.signedBy ? "YES" : "NO"}
|
||||
</h1>
|
||||
</div>
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue