Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RicYaben committed Sep 10, 2022
1 parent c602482 commit 1cc2c8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache-dependency-path: "ui/package-lock.json"
- run: npm ci
- run: unset CI
- run: npm run build --if-present
- run: CI=false npm run build --if-present
- run: npx semantic-release
1 change: 0 additions & 1 deletion ui/src/constants/globals.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { BiCog, BiChip, BiServer } from "react-icons/bi";
import { VscHome } from "react-icons/vsc";
import { RiProfileLine } from "react-icons/ri";
import { IconType } from "react-icons/lib";

Expand Down
1 change: 1 addition & 0 deletions ui/src/routes/instances/InstanceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ const InstanceServicesTable = ({ instance }: { instance: Instance }) => {
addProxyService(x);
});
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

// Map the rows into a proxy service
Expand Down

0 comments on commit 1cc2c8d

Please sign in to comment.