Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Feb 29, 2024
1 parent 7d7df51 commit 1078552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/swe-worker-4da67dda9bc18c53.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/components/create-character/steps/set-name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import useCreateCharacter from '../hooks/useCreateCharacter';
import FixedBottomArea from '../fixed-bottom-area';
import { useRouter } from 'next/navigation';

const NAME_REGEX = /^[ㄱ-ㅎ|ㅏ-ㅣ|가-힣a-zA-Z\s]{1,8}$/;

export default React.memo(function SetName() {
const NAME_REGEX = /^[ㄱ-ㅎ|ㅏ-ㅣ|가-힣a-zA-Z\s]{1,8}$/;
const { setValue } = useCreateCharacter();
const { handleNextClick } = useCarousel();

Expand Down

0 comments on commit 1078552

Please sign in to comment.