We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be987 commit 128ee5eCopy full SHA for 128ee5e
src/components/Attachment/FileAttachment.js
@@ -86,7 +86,7 @@ const FileAttachment = ({
86
{attachment.actions?.length && (
87
<AttachmentActions
88
actionHandler={actionHandler}
89
- key={'key-actions-' + attachment.id}
+ key={`key-actions-${attachment.id}`}
90
{...attachment}
91
/>
92
)}
0 commit comments