Skip to content

Commit

Permalink
Fix: 블라인드 게시글 안내문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
quokka-eating-carrots committed Oct 22, 2023
1 parent d39fdcb commit 4fe6cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BoardDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BoardDetails = () => {
} else {
openModal({
isModalOpen: true,
content: ['블라인드 처리된 게시글입니다.', '메인으로 돌아갑니다.'],
content: ['사용자를 확인할 수 없습니다.', '메인으로 돌아갑니다.'],
navigateOption: PATH.HOME,
isConfirm: false,
})
Expand Down

0 comments on commit 4fe6cf8

Please sign in to comment.