Skip to content

Commit 10b2332

Browse files
committed
[fix]bug
1 parent 8291a79 commit 10b2332

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/Detail/Secondary/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ const MsgList = memo((props: IMsgListProps) => {
2828
<List className={Style.msgList}>
2929
{list && list.length > 0 ? (
3030
list.map((item) => (
31-
<ListItem
32-
className={Style.listItem}
33-
key={item.id}
34-
>
31+
<ListItem className={Style.listItem} key={item.id}>
3532
<div
3633
className={classnames(Style.content, {
3734
[Style.unread]: item.status === 1,

0 commit comments

Comments
 (0)