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" - /> + /> */} ) }