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>
|
||||
<Button
|
||||
text="Time / Role"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
/>
|
||||
<Link to="/PM-time-role">
|
||||
<Button
|
||||
text="Time / Role"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
/>
|
||||
</Link>
|
||||
<BackButton />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue