This commit is contained in:
Николай Полтщук 2023-08-07 15:58:16 +03:00
parent 8e6eb29f5c
commit 95ec6c4954

View File

@ -639,7 +639,7 @@ export const ProjectTracker = () => {
onClick={() => { onClick={() => {
if (window.innerWidth < 985) { if (window.innerWidth < 985) {
window.location.replace( window.location.replace(
`/tracker/task/${task.id}` `https://itguild.info/tracker/task/${task.id}`
); );
} }
}} }}