Refactor UI components and styles for improved layout and consistency

This commit is contained in:
2025-04-01 12:03:29 +05:30
parent 6f483baf8d
commit a682d3dd1e
11 changed files with 95 additions and 51 deletions

View File

@@ -386,7 +386,6 @@ const DroppedObjects: React.FC = () => {
<FleetEfficiencyComponent object={obj} />
</>
) : null}
{renderObjectContent(obj)}
<div
className="icon kebab"
onClick={(event) => handleKebabClick(obj.id, event)}