Skip to content

Commit b3e2f54

Browse files
DanC5virdesai
andauthored
Update src/components/Attachment/Attachment.js
Co-authored-by: Vir Desai <[email protected]>
1 parent 92a6435 commit b3e2f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Attachment/Attachment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const Attachment = (props) => {
101101
<Card alignment={alignment} {...attachment} {...cardProps} />
102102
<AttachmentActions
103103
actionHandler={actionHandler}
104-
key={'key-actions-' + attachment.id}
104+
key={`key-actions-${attachment.id}`}
105105
{...attachment}
106106
/>
107107
</View>

0 commit comments

Comments
 (0)