Skip to content

Commit

Permalink
fix: lint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoeunkh committed May 20, 2024
1 parent 76c66e7 commit b375ca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/booth/booth.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const useBoothDetail = () => {
const [boothDetail, setBoothDetail] = useState<IReadBoothByIdResponse | null>(null);

useEffect(() => {
if (!visitorId) return;

setIsPending(true);
boothService
.readBoothById(category as string, parseInt(boothId as string), visitorId as string)
Expand Down

0 comments on commit b375ca6

Please sign in to comment.