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


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/heatMap/heatMapConfiguration.tsx:
##########
@@ -122,7 +126,7 @@ export default class HeatMapConfiguration extends Component 
{
     if (params.datum.label !== "") {
         tooltipContent += `<br/>
           File Name:
-          ${params.datum.label ? params.datum.label.split("/").slice(-1) : 
"no"}
+          ${params.datum.label ? params.datum.label.split("/").slice(-1) : ""}

Review Comment:
   @devmadhuu 
   If lastnode if label was  not present then dont display label in tooltip. 
"no" just testing string for negative test cases. so corrected in this PR.
   



-- 
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