From 31902954138d8cc999d42f4a1db2cad457acac8b Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 22 Apr 2021 07:38:41 +0300 Subject: [PATCH] fix bad merge Signed-off-by: Jari Kolehmainen --- src/renderer/components/hotbar/hotbar-icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;