From 4539613b935cce5d426b97ae372ba2ba665fca23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Sat, 11 Jan 2025 19:19:08 +0000 Subject: [PATCH] Fix eslint --- Jenkinsfile | 1 - src/app/components/Jobs.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cac3092..4662c8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,5 @@ DefaultPipeline({ } runSmokeTest = false runUnitTest = false - runSmokeTest = false releaseArgs = { params -> "-f docker/Dockerfile ." } }) \ No newline at end of file diff --git a/src/app/components/Jobs.tsx b/src/app/components/Jobs.tsx index a9427e5..ca05ab0 100644 --- a/src/app/components/Jobs.tsx +++ b/src/app/components/Jobs.tsx @@ -1,4 +1,4 @@ -import {ArrowLeftIcon, ExternalLinkIcon, MapPinIcon, MoveRightIcon, SquareArrowOutUpRightIcon} from "lucide-react"; +import {MapPinIcon, MoveRightIcon} from "lucide-react"; import {notNil} from "../../utils"; type Job = {