mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Capatilize Hotbar
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ec6dff205e
commit
fda8480c7f
@ -211,8 +211,8 @@ export class Sidebar extends React.Component<Props> {
|
|||||||
const hotbarStore = HotbarStore.getInstance();
|
const hotbarStore = HotbarStore.getInstance();
|
||||||
const isAddedToActive = HotbarStore.getInstance().isAddedToActive(this.clusterEntity);
|
const isAddedToActive = HotbarStore.getInstance().isAddedToActive(this.clusterEntity);
|
||||||
const title = isAddedToActive
|
const title = isAddedToActive
|
||||||
? "Remove from hotbar"
|
? "Remove from Hotbar"
|
||||||
: "Add to hotbar";
|
: "Add to Hotbar";
|
||||||
const onClick = isAddedToActive
|
const onClick = isAddedToActive
|
||||||
? () => hotbarStore.removeFromHotbar(metadata.uid)
|
? () => hotbarStore.removeFromHotbar(metadata.uid)
|
||||||
: () => hotbarStore.addToHotbar(this.clusterEntity);
|
: () => hotbarStore.addToHotbar(this.clusterEntity);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user