From e38866f80282ca2c059e9371da46d443bf9c78e8 Mon Sep 17 00:00:00 2001 From: Dmitriy Savin Date: Fri, 17 May 2024 23:17:18 +0300 Subject: [PATCH] Add titles to slot actions --- 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 )}