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}
|
||||
offset={offset}
|
||||
style={style}
|
||||
title={title}
|
||||
title={disabled ? '' : title}
|
||||
trigger={trigger}
|
||||
theme={theme}
|
||||
tabIndex={tabIndex || 0}
|
||||
|
@ -51,6 +51,7 @@ exports[`MainQuoteSummary renders the component with initial props 3`] = `
|
||||
class=""
|
||||
style="display: inline;"
|
||||
tabindex="0"
|
||||
title=""
|
||||
>
|
||||
<span
|
||||
class="main-quote-summary__quote-large-number"
|
||||
|
Loading…
x
Reference in New Issue
Block a user