Commit 9785d51c authored by Mike Greiling's avatar Mike Greiling

Add optional chaining operator to KNATIVE status

parent 01f262fd
......@@ -334,7 +334,7 @@ export default class Clusters {
);
}
if (this.store.state.applications[KNATIVE].status === APPLICATION_STATUS.INSTALLED) {
if (this.store.state.applications[KNATIVE]?.status === APPLICATION_STATUS.INSTALLED) {
initServerlessSurveyBanner();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment