Skip to content

Commit

Permalink
fix(next/web): react key of ReplyRevisionsModal
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Oct 23, 2023
1 parent a44c04f commit 1286a95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const ReplyRevisionsModal = forwardRef<ReplyRevisionsModalRef>((props, re
{revisions && revisions.length === 0 && <Empty />}
{revisions?.map((revision) => (
<BasicReplyCard
key={revision.id}
className="mb-5 last:mb-0"
type={type}
title={
Expand Down

0 comments on commit 1286a95

Please sign in to comment.