1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix bad merge

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-22 07:38:41 +03:00
parent bb87e6cd5a
commit 3190295413

View File

@ -60,7 +60,7 @@ export class HotbarIcon extends React.Component<Props> {
} }
removeFromHotbar(item: CatalogEntity) { removeFromHotbar(item: CatalogEntity) {
const hotbar = HotbarStore.getInstance().getByName("default"); // FIXME const hotbar = HotbarStore.getInstance().getActive();
if (!hotbar) { if (!hotbar) {
return; return;