Update routes and components for PMViewUnsignedReport

This commit is contained in:
Mattias 2024-03-21 12:36:14 +01:00
parent ebc59e0c11
commit a31a50965f
4 changed files with 5 additions and 28 deletions

View file

@ -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