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:
parent
bb87e6cd5a
commit
3190295413
@ -60,7 +60,7 @@ export class HotbarIcon extends React.Component<Props> {
|
||||
}
|
||||
|
||||
removeFromHotbar(item: CatalogEntity) {
|
||||
const hotbar = HotbarStore.getInstance().getByName("default"); // FIXME
|
||||
const hotbar = HotbarStore.getInstance().getActive();
|
||||
|
||||
if (!hotbar) {
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user