Time / role link

This commit is contained in:
pavel Hamawand 2024-03-16 17:56:59 +01:00
parent 9aa5087871
commit bdd6f68470

View file

@ -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 />
</> </>
); );