Skip to content

Commit

Permalink
충돌 해결 중 지워진 코드를 추가합니다. (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSK0406 authored Aug 22, 2024
1 parent d5ef773 commit 9de78b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strawberry/src/pages/quizLanding/hooks/useQuizBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const useQuizBanner = () => {
const [isEnter, setIsEnter] = useState<boolean>(false);
const { quizLandingData, quizToken } = useQuizLandingState();
const dispatchQuizLanding = useQuizLandingDispatch();
const [isOpened, setIsOpened] = useState(false);

const {
mutate,
Expand Down

0 comments on commit 9de78b5

Please sign in to comment.