Skip to content

Commit

Permalink
fix: 删除冗余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Sep 2, 2023
1 parent baf6118 commit 934de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ function _Chat() {
style={{marginTop: "6px"}}
className={styles["chat-input-actions"]}
>
{message.attr?.options.map((item: any, index: number) => (
{message.attr?.options.map((item: any) => (
<ChatAction
style={{marginBottom: "6px"}}
key={i}
Expand Down

0 comments on commit 934de0d

Please sign in to comment.