Time / role link
This commit is contained in:
parent
9aa5087871
commit
bdd6f68470
1 changed files with 8 additions and 6 deletions
|
@ -16,12 +16,14 @@ function PMProjectMembers(): JSX.Element {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<Button
|
<Link to="/PM-time-role">
|
||||||
text="Time / Role"
|
<Button
|
||||||
onClick={(): void => {
|
text="Time / Role"
|
||||||
return;
|
onClick={(): void => {
|
||||||
}}
|
return;
|
||||||
/>
|
}}
|
||||||
|
/>
|
||||||
|
</Link>
|
||||||
<BackButton />
|
<BackButton />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue