Skip to content

Commit e68db1b

Browse files
committed
[#13] docs: LastChat defaultProps 주석 추가
1 parent cffdaa6 commit e68db1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/.gitkeep

-1
This file was deleted.

src/components/LastChat/LastChat.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const LastChat = ({ content, memberURL, date, elapsedTime }: Props) => {
3636
);
3737
};
3838

39+
// FIXME: 추후 서버와 연동시 defaultProps 제거할 것
3940
LastChat.defaultProps = {
4041
content: "대화 스타일이\n점점 좋아지고 있어요!",
4142
memberURL: [

0 commit comments

Comments
 (0)