We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7931bd3 commit 10a0bbfCopy full SHA for 10a0bbf
2 files changed
frontend/.husky/pre-commit
@@ -1,7 +1,2 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
cd frontend
5
npm run precommit
6
7
-exit 1
frontend/src/pages/Fleets/Details/index.tsx
@@ -36,7 +36,6 @@ export const FleetDetails: React.FC = () => {
36
const { data, isLoading } = useGetFleetDetailsQuery(
37
{
38
projectName: paramProjectName,
39
40
fleetId: paramFleetId,
41
},
42
0 commit comments