From 077f78f30ec21a5d496633efb118fb0164019d46 Mon Sep 17 00:00:00 2001 From: Konstantin Rybakov Date: Fri, 6 Sep 2024 17:18:26 +0300 Subject: [PATCH] no applied --- app/components/list/filter-panel.tsx | 2 +- app/components/list/job-card-actions.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/components/list/filter-panel.tsx b/app/components/list/filter-panel.tsx index 246fd3b..94a523f 100644 --- a/app/components/list/filter-panel.tsx +++ b/app/components/list/filter-panel.tsx @@ -23,7 +23,7 @@ export const FilterPanel = () => { Seen Hidden - Applied + {/* Applied */} All ) diff --git a/app/components/list/job-card-actions.tsx b/app/components/list/job-card-actions.tsx index a22155b..b46ad51 100644 --- a/app/components/list/job-card-actions.tsx +++ b/app/components/list/job-card-actions.tsx @@ -4,7 +4,6 @@ import { EyeNoneIcon, EyeOpenIcon, LightningBoltIcon, - RocketIcon, } from '@radix-ui/react-icons' import { Text } from '@radix-ui/themes' import { ActionButton } from './action-button' @@ -51,14 +50,14 @@ export const JobCardActions = ({ job }: { job: SelectJob }) => { icon={} label="Seen" /> - applied.clickHandler(job.id)} colorActive="pink" icon={} label="Applied" - /> + /> */} ) }