diff --git a/src/renderer/components/+catalog/catalog.tsx b/src/renderer/components/+catalog/catalog.tsx index 89d2fc4a24..9ec5480c91 100644 --- a/src/renderer/components/+catalog/catalog.tsx +++ b/src/renderer/components/+catalog/catalog.tsx @@ -80,15 +80,15 @@ export class Catalog extends React.Component { return ( onOpen()}> this.addToHotbar(item) }> - Add to Hotbar + Add to Hotbar this.removeFromHotbar(item) }> - Remove from Hotbar + Remove from Hotbar { this.contextMenu.menuItems.map((menuItem, index) => { return ( menuItem.onClick()}> - {menuItem.title} + {menuItem.title} ); })} diff --git a/src/renderer/components/hotbar/hotbar-icon.tsx b/src/renderer/components/hotbar/hotbar-icon.tsx index 6739411441..c8634ce10c 100644 --- a/src/renderer/components/hotbar/hotbar-icon.tsx +++ b/src/renderer/components/hotbar/hotbar-icon.tsx @@ -95,12 +95,12 @@ export class HotbarIcon extends React.Component { open={() => onOpen()} close={() => this.toggleMenu()}> this.removeFromHotbar(entity) }> - Remove from Hotbar + Remove from Hotbar { this.contextMenu && this.contextMenu.menuItems.map((menuItem) => { return ( menuItem.onClick()}> - {menuItem.title} + {menuItem.title} ); })}