Skip to content

Commit

Permalink
🐛 fix: 문서 미리보기 페이지 고용주/유학생 별 문구 분리 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Nov 23, 2024
1 parent a9dcc7a commit d9ed277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/WriteDocuments/DocumentPreviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ const DocumentPreview = () => {
<BaseHeader
hasBackButton={true}
hasMenuButton={true}
title="Fill in document"
title={account_type === 'OWNER'
? `문서 미리보기`
: `Document Preview`}
onClickBackButton={() =>
navigate(
account_type === 'OWNER'
Expand Down

0 comments on commit d9ed277

Please sign in to comment.