File tree 1 file changed +2
-2
lines changed
src/components/EntityStatus
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export function EntityStatus({
82
82
return name && < span className = { b ( 'name' ) } > { name } </ span > ;
83
83
} ;
84
84
return (
85
- < div className = { b ( null , className ) } title = { name } >
85
+ < div className = { b ( null , className ) } >
86
86
{ iconPath ? renderStatusLink ( iconPath ) : renderIcon ( ) }
87
87
{ label && (
88
88
< span title = { label } className = { b ( 'label' , { size, state : status . toLowerCase ( ) } ) } >
@@ -91,7 +91,7 @@ export function EntityStatus({
91
91
) }
92
92
{ ( path || name ) && (
93
93
< div className = { b ( 'wrapper' , { 'with-button' : hasClipboardButton } ) } >
94
- < span className = { b ( 'link' , { 'with-left-trim' : withLeftTrim } ) } >
94
+ < span className = { b ( 'link' , { 'with-left-trim' : withLeftTrim } ) } title = { name } >
95
95
{ renderLink ( ) }
96
96
</ span >
97
97
{ hasClipboardButton && (
You can’t perform that action at this time.
0 commit comments