Skip to content

Commit 128ee5e

Browse files
DanC5virdesai
andauthored
Update src/components/Attachment/FileAttachment.js
Co-authored-by: Vir Desai <virdesai@users.noreply.github.com>
1 parent 52be987 commit 128ee5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Attachment/FileAttachment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const FileAttachment = ({
8686
{attachment.actions?.length && (
8787
<AttachmentActions
8888
actionHandler={actionHandler}
89-
key={'key-actions-' + attachment.id}
89+
key={`key-actions-${attachment.id}`}
9090
{...attachment}
9191
/>
9292
)}

0 commit comments

Comments
 (0)