Skip to content

Commit

Permalink
Merge pull request #301 from Team-Lecue/hotfix/fix-myletterview
Browse files Browse the repository at this point in the history
[Hotfix] EmptyView 렌더 오류 수정
  • Loading branch information
jungwoo3490 committed Apr 16, 2024
2 parents 194651d + b8b96e2 commit 224a644
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 224a644

Please sign in to comment.