Skip to content

Commit 857b5d4

Browse files
committed
fix : 미션 내역 없을 때 완료 버튼 없애기
1 parent 98b2f76 commit 857b5d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/record/empty/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { stack } from '@styled-system/patterns';
66
function MissionRecordEmptyPage() {
77
return (
88
<main className={mainWrapperCss}>
9-
<Header rightAction="text-button" title={'미션 내역'} />
10-
9+
<Header rightAction="none" title={'미션 내역'} />
1110
<div className={containerCss}>
1211
<Empty type={'notice'} title={'미션 인증 내역이 없어요.'} image={'docs'} description={''} />
1312
</div>

0 commit comments

Comments
 (0)