fix(Map): Fixed eslint problems

This commit is contained in:
DanSylvest
2025-09-24 13:12:32 +03:00
parent 3801f0be18
commit 3b24c760ff

View File

@@ -83,9 +83,7 @@ export const ContextMenuConnection: React.FC<ContextMenuConnectionProps> = ({
{
className: clsx(classes.FastActions, '!h-[54px]'),
template: () => {
return (
<LifetimeActionsWrapper lifetime={edge.data?.time_status} onChangeLifetime={onChangeTimeState} />
);
return <LifetimeActionsWrapper lifetime={edge.data?.time_status} onChangeLifetime={onChangeTimeState} />;
},
},
{
@@ -122,7 +120,6 @@ export const ContextMenuConnection: React.FC<ContextMenuConnectionProps> = ({
},
]
: []),
{
label: `Ship Size`,
icon: PrimeIcons.CLOUD,