We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const twoCatsRandomComment = [ '어서오라냥~', '날마다 오는 붕어빵이 아니다냥', '맛있는 붕어빵이 있다냥!', '친구랑 나눠먹어도 맛있다냥', '붕어빵 사가라냥!', '붕어빵 만들지 않겠냥?', '재료도 고를 수 있다냥!', '천원도 카드 된다냥!', ]; const refreshComment = () => { let currentComment = ( <CatsComment> {twoCatsRandomComment[Math.floor(Math.random() * twoCatsRandomComment.length)]} </CatsComment> ); setRandomCommnet(currentComment); }; useEffect(() => { refreshComment(); }, []);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[백업] 붕어빵 랜덤 코멘트 삭제
The text was updated successfully, but these errors were encountered: