Refactor UI components and styles for improved layout and consistency
This commit is contained in:
@@ -386,7 +386,6 @@ const DroppedObjects: React.FC = () => {
|
||||
<FleetEfficiencyComponent object={obj} />
|
||||
</>
|
||||
) : null}
|
||||
{renderObjectContent(obj)}
|
||||
<div
|
||||
className="icon kebab"
|
||||
onClick={(event) => handleKebabClick(obj.id, event)}
|
||||
|
||||
Reference in New Issue
Block a user