diff --git a/src/renderer/components/hotbar/hotbar-icon.tsx b/src/renderer/components/hotbar/hotbar-icon.tsx index 1a7398c55d..cbf77fba44 100644 --- a/src/renderer/components/hotbar/hotbar-icon.tsx +++ b/src/renderer/components/hotbar/hotbar-icon.tsx @@ -60,7 +60,7 @@ export class HotbarIcon extends React.Component { } removeFromHotbar(item: CatalogEntity) { - const hotbar = HotbarStore.getInstance().getByName("default"); // FIXME + const hotbar = HotbarStore.getInstance().getActive(); if (!hotbar) { return;