Fixed NavigationBar button attr title prop
• Fixed: - NavigationBar button attr title prop
This commit is contained in:
parent
58b643a8cd
commit
e33fe15a96
|
@ -262,7 +262,7 @@ class NavigationBarButton extends PureComponent {
|
|||
<Button
|
||||
to={to}
|
||||
href={href}
|
||||
attrTitle={attrTitle}
|
||||
title={attrTitle}
|
||||
className={classes}
|
||||
noClasses
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue