Update Total Time In Project button text to include username and project name
This commit is contained in:
parent
9148ede977
commit
f8ca68dbea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function PMOtherUsersTR(): JSX.Element {
|
||||||
<>
|
<>
|
||||||
<Link to={`/viewStatistics/${projectName}/${username}`}>
|
<Link to={`/viewStatistics/${projectName}/${username}`}>
|
||||||
<Button
|
<Button
|
||||||
text="Total Time In Project"
|
text={`Total Time For ${username} In ${projectName}`}
|
||||||
onClick={(): void => {
|
onClick={(): void => {
|
||||||
return;
|
return;
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue