Update routes and components for PMViewUnsignedReport
This commit is contained in:
parent
ebc59e0c11
commit
a31a50965f
4 changed files with 5 additions and 28 deletions
|
|
@ -109,7 +109,7 @@ function DisplayUserProject(): JSX.Element {
|
|||
<div className="flex">
|
||||
<div className="ml-auto flex space-x-4">
|
||||
<Link
|
||||
to={`/otherUsersTimeReports/${projectName}/${unsignedReport.username}/${unsignedReport.week}`}
|
||||
to={`/PMViewUnsignedReport/${projectName}/${unsignedReport.username}/${unsignedReport.week}`}
|
||||
>
|
||||
<h1 className="underline cursor-pointer font-bold">
|
||||
View Report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue