From cec18acb43489a268ae7d32e947e407561480906 Mon Sep 17 00:00:00 2001 From: Chirag Arora Date: Tue, 11 Jul 2023 20:54:10 +0530 Subject: [PATCH] re-applying breakword to userDetailsTooltip --- src/components/UserDetailsTooltip/index.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UserDetailsTooltip/index.web.js b/src/components/UserDetailsTooltip/index.web.js index 998ea95d3218..5dd87d74dd3a 100644 --- a/src/components/UserDetailsTooltip/index.web.js +++ b/src/components/UserDetailsTooltip/index.web.js @@ -51,7 +51,7 @@ function UserDetailsTooltip(props) { /> {title} - {subtitle} + {subtitle} ), [props.icon, userAvatar, userAccountID, userLogin, title, subtitle],