Update links in PMProjectMembers component
This commit is contained in:
parent
0befc4c7d1
commit
b99de71c38
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ function PMProjectMembers(): JSX.Element {
|
||||||
|
|
||||||
const buttons = (
|
const buttons = (
|
||||||
<>
|
<>
|
||||||
<Link to="/PM-time-activity">
|
<Link to={`/PMtimeactivity/${projectName}`}>
|
||||||
<Button
|
<Button
|
||||||
text="Time / Activity"
|
text="Time / Activity"
|
||||||
onClick={(): void => {
|
onClick={(): void => {
|
||||||
|
@ -26,7 +26,7 @@ function PMProjectMembers(): JSX.Element {
|
||||||
type={"button"}
|
type={"button"}
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/PM-time-role">
|
<Link to={`/PMtimerole/${projectName}`}>
|
||||||
<Button
|
<Button
|
||||||
text="Time / Role"
|
text="Time / Role"
|
||||||
onClick={(): void => {
|
onClick={(): void => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue