mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Don't show "Unavailable on this network" if Swaps button is enabled (#12513)
* Don't show "Unavailable on this network" if Swaps button is enabled * Hide a tooltip title if tooltip is disabled * Update a snapshot
This commit is contained in:
parent
75b032590b
commit
e8944e0a5d
@ -80,7 +80,7 @@ export default class Tooltip extends PureComponent {
|
|||||||
size={size}
|
size={size}
|
||||||
offset={offset}
|
offset={offset}
|
||||||
style={style}
|
style={style}
|
||||||
title={title}
|
title={disabled ? '' : title}
|
||||||
trigger={trigger}
|
trigger={trigger}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
tabIndex={tabIndex || 0}
|
tabIndex={tabIndex || 0}
|
||||||
|
@ -51,6 +51,7 @@ exports[`MainQuoteSummary renders the component with initial props 3`] = `
|
|||||||
class=""
|
class=""
|
||||||
style="display: inline;"
|
style="display: inline;"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
title=""
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="main-quote-summary__quote-large-number"
|
class="main-quote-summary__quote-large-number"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user