Skip to content

Commit 5621c47

Browse files
committed
Fixed pre-commit eslint configuration
1 parent f9b3b33 commit 5621c47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/pages/Fleets/Details/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export const FleetDetails: React.FC = () => {
3434
const { deleteFleets, isDeleting } = useDeleteFleet();
3535

3636
const { data, isLoading } = useGetFleetDetailsQuery(
37-
3837
{
39-
4038
projectName: paramProjectName,
4139
fleetId: paramFleetId,
4240
},

0 commit comments

Comments
 (0)