mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Try disable swap button so it cannot be focused (#9602)
This commit is contained in:
parent
d0152aad51
commit
ec70f33eca
@ -11,6 +11,7 @@ export default function IconButton ({ onClick, Icon, disabled, label, tooltipRen
|
||||
className={classNames('icon-button', className, { 'icon-button--disabled': disabled })}
|
||||
data-testid={props['data-testid'] ?? undefined}
|
||||
onClick={onClick}
|
||||
disabled={disabled}
|
||||
>
|
||||
{renderWrapper(
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user