Skip to content

Commit 9e76b38

Browse files
committed
fix: 조회 문제 해결
1 parent 00944af commit 9e76b38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/common/FilterButton.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ function FilterButton({
6060
};
6161

6262
const handleClick = async () => {
63-
if (isRegistrationStarted) {
63+
if (label === '조회' && isRegistrationStarted) {
6464
searchLecture();
65-
65+
return;
6666
}
67+
68+
searchLecture();
6769
};
6870

6971
return (

0 commit comments

Comments
 (0)