Skip to content

Commit

Permalink
Merge pull request #48 from SpartaEnergizerTeam/develop
Browse files Browse the repository at this point in the history
merge into develop
  • Loading branch information
1eeyerin authored May 8, 2024
2 parents 9adad33 + 63f5b2d commit a22e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/page/review/reviewForm/writeReviewHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const writeReviewHandler = () => {

if (!username) {
window.alert('먼저 프로필을 설정하신 뒤에 작성해주세요');
window.location.href = '../../../page/profile.html';
window.location.href = '../page/profile.html';
return;
}

Expand Down

0 comments on commit a22e89f

Please sign in to comment.