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 92a6435 commit b3e2f54Copy full SHA for b3e2f54
src/components/Attachment/Attachment.js
@@ -101,7 +101,7 @@ const Attachment = (props) => {
101
<Card alignment={alignment} {...attachment} {...cardProps} />
102
<AttachmentActions
103
actionHandler={actionHandler}
104
- key={'key-actions-' + attachment.id}
+ key={`key-actions-${attachment.id}`}
105
{...attachment}
106
/>
107
</View>
0 commit comments