1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Undefine Tooltip default wrapperClassName (#8283)

This commit is contained in:
Whymarrh Whitby 2020-04-01 23:12:19 -02:30 committed by GitHub
parent e32417d51f
commit ccf5d5d36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export default class Tooltip extends PureComponent {
size: 'small',
title: null,
trigger: 'mouseenter',
wrapperClassName: '',
wrapperClassName: undefined,
}
static propTypes = {