pixel-react 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/AppHeader/AppHeader.tsx +2 -2
package/package.json
CHANGED
@@ -137,7 +137,7 @@ const AppHeader: React.FC<AppHeaderProps> = ({
|
|
137
137
|
'ff-app-header-nav-bar-quickmenu-item',
|
138
138
|
{
|
139
139
|
['ff-app-header-nav-bar-quickmenu-item--selected']:
|
140
|
-
quickMenuItem.
|
140
|
+
quickMenuItem.path ===
|
141
141
|
selectedQuickMenu,
|
142
142
|
}
|
143
143
|
)}
|
@@ -147,7 +147,7 @@ const AppHeader: React.FC<AppHeaderProps> = ({
|
|
147
147
|
>
|
148
148
|
<Icon
|
149
149
|
name={
|
150
|
-
quickMenuItem.
|
150
|
+
quickMenuItem.iconName
|
151
151
|
}
|
152
152
|
height={16}
|
153
153
|
width={16}
|