pcm-shared-components 0.0.88 → 0.0.89

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.
@@ -218,8 +218,11 @@ export const GenericAppBar = props => {
218
218
  }), menu.display_divider ? menu_divider : /*#__PURE__*/React.createElement("div", {
219
219
  className: "mr-12"
220
220
  })) : /*#__PURE__*/React.createElement("div", {
221
- className: "flex flex-row "
222
- }, /*#__PURE__*/React.createElement(Tooltip, {
221
+ key: `main_menu_item_${idx}`
222
+ }, /*#__PURE__*/React.createElement("div", {
223
+ className: "flex flex-row",
224
+ key: `main_sub_items_${new Date()}`
225
+ }, " ", /*#__PURE__*/React.createElement(Tooltip, {
223
226
  title: menu.name
224
227
  }, menu.isButton ? /*#__PURE__*/React.createElement(Button // className={classes.menuButton}
225
228
  , {
@@ -247,7 +250,7 @@ export const GenericAppBar = props => {
247
250
  style: {
248
251
  marginRight: 24
249
252
  }
250
- }))); //? ------------------------------------------------
253
+ })))); //? ------------------------------------------------
251
254
  //! Mobile menu
252
255
  //? ------------------------------------------------
253
256
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {