All Projects is shown on Unknown Projects Place.
This commit is contained in:
parent
c3835a3856
commit
b410ec71cc
@ -109,7 +109,7 @@ const Header = () => {
|
|||||||
const selectedProjectObj = projectNames.find(
|
const selectedProjectObj = projectNames.find(
|
||||||
(p) => p?.id === selectedProject
|
(p) => p?.id === selectedProject
|
||||||
);
|
);
|
||||||
currentProjectDisplayName = selectedProjectObj ? selectedProjectObj.name : "Unknown Project";
|
currentProjectDisplayName = selectedProjectObj ? selectedProjectObj.name : "All Projects";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user