Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
๐Ÿ› fix : AlbumCreate ๋’ค๋กœ ๊ฐ€๊ธฐ ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ์˜ค๋ฅ˜ ๋ฐœ์ƒ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
minsgy committed Dec 22, 2021
1 parent 5e26d8d commit 9d0bf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AlbumCreatePage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AlbumContentContainer = styled.div`

const AlbumCreatePage = () => {
const navigate = useNavigate();
const [step, setStep] = useState(ALBUM_PROGRESS_VALUE.currentStep);
const [step, setStep] = useState(parseInt(ALBUM_PROGRESS_VALUE.currentStep));
const [formData, setFormData] = useState({
albumName: '',
albumMotto: '',
Expand Down

0 comments on commit 9d0bf27

Please # to comment.