smitajoshi12 commented on code in PR #7064:
URL: https://github.com/apache/ozone/pull/7064#discussion_r1732379009


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx:
##########
@@ -567,7 +567,7 @@ export class Om extends React.Component<Record<string, 
object>, IOmdbInsightsSta
     const { request, controller } = AxiosGetHelper(openKeysEndpoint, 
cancelOpenKeysSignal)
     cancelOpenKeysSignal = controller
     request.then(openKeysResponse => {
-      const openKeys = openKeysResponse && openKeysResponse.data;
+      const openKeys = openKeysResponse?.data;

Review Comment:
   @devabhishekpal 
   Done Changes in latest commit 02247d4b682d53a31a3a5d2dd3179f3c416249a7



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to