mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
fix(Map): Fixed eslint problems
This commit is contained in:
@@ -83,9 +83,7 @@ export const ContextMenuConnection: React.FC<ContextMenuConnectionProps> = ({
|
|||||||
{
|
{
|
||||||
className: clsx(classes.FastActions, '!h-[54px]'),
|
className: clsx(classes.FastActions, '!h-[54px]'),
|
||||||
template: () => {
|
template: () => {
|
||||||
return (
|
return <LifetimeActionsWrapper lifetime={edge.data?.time_status} onChangeLifetime={onChangeTimeState} />;
|
||||||
<LifetimeActionsWrapper lifetime={edge.data?.time_status} onChangeLifetime={onChangeTimeState} />
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -122,7 +120,6 @@ export const ContextMenuConnection: React.FC<ContextMenuConnectionProps> = ({
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
|
|
||||||
{
|
{
|
||||||
label: `Ship Size`,
|
label: `Ship Size`,
|
||||||
icon: PrimeIcons.CLOUD,
|
icon: PrimeIcons.CLOUD,
|
||||||
|
|||||||
Reference in New Issue
Block a user