mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Prevent undefined class from being added to Tabs (#9563)
This commit is contained in:
parent
a3b434df46
commit
a5ff8aff80
@ -20,7 +20,7 @@ const Tab = (props) => {
|
||||
className,
|
||||
{
|
||||
'tab--active': isActive,
|
||||
[activeClassName]: isActive,
|
||||
[activeClassName]: activeClassName && isActive,
|
||||
},
|
||||
)}
|
||||
data-testid={dataTestId}
|
||||
|
Loading…
Reference in New Issue
Block a user