From 1a07c3bac55555dc6da81ed5c3c4d365ff79ba60 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 12 Jun 2020 14:11:53 -0500 Subject: [PATCH] Account Media Timeline: Fix key duplication error --- app/soapbox/features/account_gallery/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/account_gallery/index.js b/app/soapbox/features/account_gallery/index.js index c175c4c9f..caa361e3b 100644 --- a/app/soapbox/features/account_gallery/index.js +++ b/app/soapbox/features/account_gallery/index.js @@ -204,7 +204,12 @@ class AccountGallery extends ImmutablePureComponent { {attachments.map((attachment, index) => attachment === null ? ( 0 ? attachments.getIn(index - 1, 'id') : null} onLoadMore={this.handleLoadMore} /> ) : ( - + ))} {