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