Skip to content

Commit 128ee5e

Browse files
DanC5virdesai
andauthored
Update src/components/Attachment/FileAttachment.js
Co-authored-by: Vir Desai <[email protected]>
1 parent 52be987 commit 128ee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)