1
0
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:
Daniel 2021-10-28 19:36:04 +02:00 committed by GitHub
parent 75b032590b
commit e8944e0a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

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