handled option chain error
This commit is contained in:
parent
ad0dfdda55
commit
195ebd4f9b
@ -75,7 +75,7 @@ const Header = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const selectedProjectName = projects?.find(
|
const selectedProjectName = projects?.find(
|
||||||
(p) => p.id === selectedProject
|
(p) => p?.id === selectedProject
|
||||||
)?.name;
|
)?.name;
|
||||||
|
|
||||||
let displayText = "";
|
let displayText = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user