Skip to content

Commit

Permalink
hotfix: EmptyView 렌더 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Apr 16, 2024
1 parent 194651d commit b8b96e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/History/components/MyLetterList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ function MyLetterList() {
bottomLineText={'새로 남겨볼까요?'}
/>
)}
<HistoryEmptyView
topLineText={'아직 내가 남긴 레터가 없어요'}
bottomLineText={'새로 남겨볼까요?'}
/>
</S.MyLetterListWrapper>
);
}
Expand Down

0 comments on commit b8b96e2

Please sign in to comment.