Skip to content

Commit

Permalink
fix : eslint 에러 수정(불필요한 코드 삭제)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujin-Baek committed Nov 23, 2023
1 parent 9292a05 commit 02e17fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/components/recruitment/MultipleFilter.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'

import { SetStateAction, useEffect, useState } from 'react'
import { useEffect, useState } from 'react'
import { useRecoilState } from 'recoil'
import Select, { StylesConfig } from 'react-select'
import Image from 'next/image'
Expand Down Expand Up @@ -29,11 +29,6 @@ type OptionType = {
label: string
}

type SearchTextType = {
keyword: string
value: string
}

const styles: StylesConfig<OptionType, false> = {
control: (provided) => ({
...provided,
Expand Down

0 comments on commit 02e17fc

Please sign in to comment.