From 20630b59db65b285f46d6a5400bd1fb29863832c Mon Sep 17 00:00:00 2001 From: Dmytro Savin Date: Fri, 17 May 2024 23:22:23 +0300 Subject: [PATCH] fix: add titles to slot actions (#127) --- src/components/ShipFit/Slot.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/ShipFit/Slot.tsx b/src/components/ShipFit/Slot.tsx index 8096a90..6231f83 100644 --- a/src/components/ShipFit/Slot.tsx +++ b/src/components/ShipFit/Slot.tsx @@ -270,14 +270,17 @@ export const Slot = (props: { type: string; index: number; fittable: boolean; ma
{esiItem?.charge !== undefined && ( + Remove Charge )} + Unfit Module {esiItem?.max_state !== "Passive" && ( + Put Offline )}